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