fix(select): remove unnecessary sanitization for logo rendering
This commit is contained in:
parent
5725db95f9
commit
e0b5421eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ class="grid justify-start grid-cols-1 gap-4 text-left xl:grid-cols-2">
|
|||
<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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue