fix: Remove redundant refresh in usePaginator (#626)

zio/stable
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
1 changed files with 0 additions and 1 deletions

View File

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