mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(logs): forgot dependency for logs breaking pagination' (#846)
This commit is contained in:
committed by
GitHub
parent
545ec791df
commit
63b4a81acc
@@ -324,7 +324,7 @@ export default function Logs() {
|
||||
fetchLogs(nextPage, true)
|
||||
}, 50)
|
||||
}
|
||||
}, [isFetchingMore, hasMore, page])
|
||||
}, [fetchLogs, isFetchingMore, hasMore, page])
|
||||
|
||||
useEffect(() => {
|
||||
if (loading || !hasMore) return
|
||||
|
||||
Reference in New Issue
Block a user