mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
Merge pull request #14765 from diwakar-s-maurya/patch-10
fix: save Document settings only when Save button is pressed
This commit is contained in:
commit
2b9c466bed
1 changed files with 0 additions and 3 deletions
|
|
@ -832,9 +832,6 @@
|
||||||
<div class="flex items-center relative">
|
<div class="flex items-center relative">
|
||||||
<Switch
|
<Switch
|
||||||
bind:state={RAGConfig.ENABLE_RAG_HYBRID_SEARCH}
|
bind:state={RAGConfig.ENABLE_RAG_HYBRID_SEARCH}
|
||||||
on:change={() => {
|
|
||||||
submitHandler();
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue