We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc77d48 commit 2cb4ca6Copy full SHA for 2cb4ca6
1 file changed
frontend/src/pages/Runs/Details/Logs/index.tsx
@@ -56,7 +56,7 @@ export const Logs: React.FC<IProps> = ({ className, projectName, runName, jobSub
56
const { clientHeight, scrollHeight } = codeRef.current;
57
58
if (scrollHeight - clientHeight <= LOADING_SCROLL_GAP) {
59
- getLogItems();
+ getNextLogItems();
60
}
61
};
62
0 commit comments