mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
refac
This commit is contained in:
parent
7a42efec53
commit
be75bc506a
1 changed files with 4 additions and 0 deletions
|
|
@ -97,6 +97,10 @@
|
|||
}
|
||||
};
|
||||
|
||||
$: if (query) {
|
||||
page = 1;
|
||||
}
|
||||
|
||||
$: if (query !== null && page !== null && orderBy !== null && direction !== null) {
|
||||
getUserList();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue