forked from Mirrors/elk
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()
|
||||
},
|
||||
{ immediate: true },
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue