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:
Tim Jaeryang Baek 2025-06-08 13:05:51 +04:00 committed by GitHub
commit 2b9c466bed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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>