mirror of
https://github.com/open-webui/open-webui
synced 2025-01-29 13:58:09 +00:00
lower debounce timer for settings search
This commit is contained in:
parent
420053b709
commit
2f921859ee
@ -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 New Issue
Block a user