Skip to content

Commit

Permalink
add log for in progress flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Rodriguez committed Sep 27, 2023
1 parent d831b1a commit 469c0de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const PipelineExecutions = ({
})
.catch((e) => console.error('error retrieving executions: ', e))
.finally(() => {
console.log('setIsRequestInProgress = false')
setIsRequestInProgress(false);
});
};
Expand Down

0 comments on commit 469c0de

Please sign in to comment.