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 e8f805c commit 4721030Copy full SHA for 4721030
src/main/frontend/common/tree-api.ts
@@ -23,6 +23,7 @@ export default function useRunPoller({
23
if (previousRunPath) {
24
let previousRun: RunStatus | null = null;
25
onPipelineDataReceived = async (current: RunStatus) => {
26
+ setLoading(false);
27
if (current.complete) {
28
setRun(current);
29
} else {
0 commit comments