mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
fix(admin/web-search): add required validation to “Searxng Query URL” field
This commit is contained in:
parent
a463ef3c03
commit
15821af252
1 changed files with 1 additions and 0 deletions
|
|
@ -141,6 +141,7 @@
|
|||
placeholder={$i18n.t('Enter Searxng Query URL')}
|
||||
bind:value={webConfig.SEARXNG_QUERY_URL}
|
||||
autocomplete="off"
|
||||
required
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue