fix: Remove redundant refresh in usePaginator (#626)

This commit is contained in:
Jacob Hands 2022-12-29 06:30:05 -06:00 committed by GitHub
parent 7a36fb8efd
commit 7c594c68f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -103,7 +103,6 @@ export function usePaginator<T>(
)
loadNext()
},
{ immediate: true },
)
}