mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
lower debounce timer for settings search
This commit is contained in:
parent
420053b709
commit
2f921859ee
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@
|
||||||
if (visibleTabs.length > 0 && !visibleTabs.includes(selectedTab)) {
|
if (visibleTabs.length > 0 && !visibleTabs.includes(selectedTab)) {
|
||||||
selectedTab = visibleTabs[0];
|
selectedTab = visibleTabs[0];
|
||||||
}
|
}
|
||||||
}, 200);
|
}, 100);
|
||||||
};
|
};
|
||||||
|
|
||||||
const saveSettings = async (updated) => {
|
const saveSettings = async (updated) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue