mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
refac
This commit is contained in:
parent
26764a0b92
commit
9321a6ff60
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
$: if (query && userSuggestions) {
|
||||
$: if (query !== null && userSuggestions) {
|
||||
getUserList();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue