This commit is contained in:
bipproduction
2025-10-21 16:32:04 +08:00
parent fadd3c9516
commit b16f31524b

View File

@@ -55,7 +55,10 @@ export default function WaHookHome() {
<Pagination
value={page}
total={data?.data?.count || 1}
onChange={setPage}
onChange={(value) => {
setPage(value)
mutate()
}}
withEdges
/>
</Stack>