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
7a374ca2a5
commit
dd6b808e69
1 changed files with 1 additions and 5 deletions
|
|
@ -79,11 +79,7 @@
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
$: if (page) {
|
$: if (page !== null && query !== null && orderBy !== null && direction !== null) {
|
||||||
getUserList();
|
|
||||||
}
|
|
||||||
|
|
||||||
$: if (query !== null && orderBy && direction) {
|
|
||||||
getUserList();
|
getUserList();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue