mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 11:27:46 +01:00
refac
This commit is contained in:
@@ -111,7 +111,6 @@
|
|||||||
|
|
||||||
if (search === '') {
|
if (search === '') {
|
||||||
await initChatList();
|
await initChatList();
|
||||||
allChatsLoaded = false;
|
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
searchDebounceTimeout = setTimeout(async () => {
|
searchDebounceTimeout = setTimeout(async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user