mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
refac
This commit is contained in:
parent
ee10f372a0
commit
b1565e6913
1 changed files with 1 additions and 1 deletions
|
|
@ -684,7 +684,7 @@
|
||||||
<input
|
<input
|
||||||
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"
|
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"
|
||||||
placeholder={$i18n.t(
|
placeholder={$i18n.t(
|
||||||
'Enter domains separated by commas (e.g., example.com,site.org)'
|
'Enter domains separated by commas (e.g., example.com,site.org,!excludedsite.com)'
|
||||||
)}
|
)}
|
||||||
bind:value={webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST}
|
bind:value={webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue