Skip to content

Commit d29036b

Browse files
icecrasher321waleedlatif1
authored andcommitted
fix(logs): forgot dependency for logs breaking pagination' (#846)
1 parent a954cdc commit d29036b

File tree

1 file changed

+1
-1
lines changed
  • apps/sim/app/workspace/[workspaceId]/logs

1 file changed

+1
-1
lines changed

apps/sim/app/workspace/[workspaceId]/logs/logs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ export default function Logs() {
324324
fetchLogs(nextPage, true)
325325
}, 50)
326326
}
327-
}, [isFetchingMore, hasMore, page])
327+
}, [fetchLogs, isFetchingMore, hasMore, page])
328328

329329
useEffect(() => {
330330
if (loading || !hasMore) return

0 commit comments

Comments
 (0)