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) { $: if (query !== null && page !== null && orderBy !== null && direction !== null) {
getUserList();
}
$: if (query !== null && orderBy && direction) {
getUserList(); getUserList();
} }
</script> </script>