tambahan
This commit is contained in:
@@ -55,7 +55,10 @@ export default function WaHookHome() {
|
|||||||
<Pagination
|
<Pagination
|
||||||
value={page}
|
value={page}
|
||||||
total={data?.data?.count || 1}
|
total={data?.data?.count || 1}
|
||||||
onChange={setPage}
|
onChange={(value) => {
|
||||||
|
setPage(value)
|
||||||
|
mutate()
|
||||||
|
}}
|
||||||
withEdges
|
withEdges
|
||||||
/>
|
/>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
Reference in New Issue
Block a user