This commit is contained in:
Chuck1sn
2025-05-26 11:45:23 +08:00
parent 2d35eb7155
commit cf8323ece2
2 changed files with 1 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ const router = useRouter();
const { total, users, fetchUsersWith } = useUserQuery();
const { deleteUser } = useUserDelete();
const userUpsert = useUserUpsert();
const { sortFields, sortBy, handleSort, getSortField } = useSort();
const { sortBy, handleSort, getSortField } = useSort();
const alertStore = useAlertStore();
onMounted(async () => {