fix:fix proprtype

This commit is contained in:
2025-08-15 00:17:39 +08:00
parent b80bdb8d49
commit fbd2a6e367

View File

@@ -46,6 +46,7 @@ function UsersTable() {
const setPage = (page: number) =>
navigate({
//@ts-ignore
search: (prev: { [key: string]: string }) => ({ ...prev, page }),
})