mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac
This commit is contained in:
parent
11afce7895
commit
5867ebb1ee
1 changed files with 0 additions and 1 deletions
|
|
@ -111,7 +111,6 @@
|
||||||
|
|
||||||
if (search === '') {
|
if (search === '') {
|
||||||
await initChatList();
|
await initChatList();
|
||||||
allChatsLoaded = false;
|
|
||||||
return;
|
return;
|
||||||
} else {
|
} else {
|
||||||
searchDebounceTimeout = setTimeout(async () => {
|
searchDebounceTimeout = setTimeout(async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue