mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-11 20:05:19 +00:00
refac
This commit is contained in:
parent
fa0efae4d5
commit
9f89cc5adc
1 changed files with 1 additions and 5 deletions
|
|
@ -96,11 +96,7 @@
|
|||
}
|
||||
};
|
||||
|
||||
$: if (page) {
|
||||
getUserList();
|
||||
}
|
||||
|
||||
$: if (query !== null && orderBy && direction) {
|
||||
$: if (query !== null && page !== null && orderBy !== null && direction !== null) {
|
||||
getUserList();
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue