mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: sidebar search
This commit is contained in:
parent
e252ca1dc4
commit
211c41843c
1 changed files with 0 additions and 1 deletions
|
|
@ -182,7 +182,6 @@
|
|||
const searchDebounceHandler = async () => {
|
||||
console.log('search', search);
|
||||
chats.set(null);
|
||||
selectedTagName = null;
|
||||
|
||||
if (searchDebounceTimeout) {
|
||||
clearTimeout(searchDebounceTimeout);
|
||||
|
|
|
|||
Loading…
Reference in a new issue