mirror of
https://github.com/open-webui/open-webui
synced 2025-01-18 00:30:51 +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)) {
|
||||
selectedTab = visibleTabs[0];
|
||||
}
|
||||
}, 200);
|
||||
}, 100);
|
||||
};
|
||||
|
||||
const saveSettings = async (updated) => {
|
||||
|
Loading…
Reference in New Issue
Block a user