mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 13:55:19 +00:00
refac
This commit is contained in:
parent
2a234829f5
commit
2b1ee8b0dc
1 changed files with 3 additions and 3 deletions
|
|
@ -186,9 +186,9 @@
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<span class="ml-2 self-center" id="background-image-url-state"
|
<span class="ml-2 self-center" id="background-image-url-state"
|
||||||
>{meta?.background_image_url !== null
|
>{(meta?.background_image_url ?? null) === null
|
||||||
? $i18n.t('Reset')
|
? $i18n.t('Upload')
|
||||||
: $i18n.t('Upload')}</span
|
: $i18n.t('Reset')}</span
|
||||||
>
|
>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue