Skip to content

Commit 2cb4ca6

Browse files
committed
[UI] Fix logs loading #2892
1 parent cc77d48 commit 2cb4ca6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/src/pages/Runs/Details/Logs

frontend/src/pages/Runs/Details/Logs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const Logs: React.FC<IProps> = ({ className, projectName, runName, jobSub
5656
const { clientHeight, scrollHeight } = codeRef.current;
5757

5858
if (scrollHeight - clientHeight <= LOADING_SCROLL_GAP) {
59-
getLogItems();
59+
getNextLogItems();
6060
}
6161
};
6262

0 commit comments

Comments
 (0)