fix(select): remove unnecessary sanitization for logo rendering

This commit is contained in:
Andras Bacsai
2025-08-19 14:15:14 +02:00
parent 5725db95f9
commit e0b5421eb8

View File

@@ -66,7 +66,7 @@
<x-slot:description><span x-text="database.description"></span></x-slot>
<x-slot:logo>
<span x-show="database.logo">
<span x-html="window.sanitizeHTML(database.logo)"></span>
<span x-html="database.logo"></span>
</span>
</x-slot>
</x-resource-view>