fix: Remove redundant refresh in usePaginator (#626)
This commit is contained in:
parent
7a36fb8efd
commit
7c594c68f7
@ -103,7 +103,6 @@ export function usePaginator<T>(
|
||||
)
|
||||
loadNext()
|
||||
},
|
||||
{ immediate: true },
|
||||
)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user