mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +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) {
|
$: if (query !== null && page !== null && orderBy !== null && direction !== null) {
|
||||||
getUserList();
|
|
||||||
}
|
|
||||||
|
|
||||||
$: if (query !== null && orderBy && direction) {
|
|
||||||
getUserList();
|
getUserList();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue