This commit is contained in:
Timothy Jaeryang Baek
2026-01-19 13:49:12 +04:00
parent 7a42efec53
commit be75bc506a

View File

@@ -97,6 +97,10 @@
}
};
$: if (query) {
page = 1;
}
$: if (query !== null && page !== null && orderBy !== null && direction !== null) {
getUserList();
}