mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-19 20:59:08 +08:00
refac
This commit is contained in:
parent
c6580a2a02
commit
9f9fb3403d
@ -40,7 +40,7 @@
|
|||||||
} else {
|
} else {
|
||||||
searchDebounceTimeout = setTimeout(async () => {
|
searchDebounceTimeout = setTimeout(async () => {
|
||||||
chatList = await getChatListBySearchText(localStorage.token, query, page);
|
chatList = await getChatListBySearchText(localStorage.token, query, page);
|
||||||
}, 200);
|
}, 500);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((chatList ?? []).length === 0) {
|
if ((chatList ?? []).length === 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user