mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45: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"
|
||||
>
|
||||
<span class="ml-2 self-center" id="background-image-url-state"
|
||||
>{meta?.background_image_url !== null
|
||||
? $i18n.t('Reset')
|
||||
: $i18n.t('Upload')}</span
|
||||
>{(meta?.background_image_url ?? null) === null
|
||||
? $i18n.t('Upload')
|
||||
: $i18n.t('Reset')}</span
|
||||
>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue