tambahan
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user