This commit is contained in:
Timothy Jaeryang Baek 2025-11-27 05:25:38 -05:00
parent 7a374ca2a5
commit dd6b808e69

View file

@ -79,11 +79,7 @@
}
};
$: if (page) {
getUserList();
}
$: if (query !== null && orderBy && direction) {
$: if (page !== null && query !== null && orderBy !== null && direction !== null) {
getUserList();
}
</script>