fix: Remove redundant refresh in usePaginator (#626)
This commit is contained in:
parent
7a36fb8efd
commit
7c594c68f7
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@ export function usePaginator<T>(
|
||||||
)
|
)
|
||||||
loadNext()
|
loadNext()
|
||||||
},
|
},
|
||||||
{ immediate: true },
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue