This commit is contained in:
Timothy Jaeryang Baek
2025-11-26 21:28:32 -05:00
parent fa0efae4d5
commit 9f89cc5adc

View File

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