fix: save Document settings only when Save button is pressed

This commit is contained in:
Diwakar Singh Maurya 2025-06-07 15:39:13 +00:00
parent da5fbc0e39
commit d600e60776

View File

@ -832,9 +832,6 @@
<div class="flex items-center relative">
<Switch
bind:state={RAGConfig.ENABLE_RAG_HYBRID_SEARCH}
on:change={() => {
submitHandler();
}}
/>
</div>
</div>