mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@
|
|||
<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