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