diff --git a/spin-observatory-plugin-deck/src/components/pipelines/PipelineExecutions.tsx b/spin-observatory-plugin-deck/src/components/pipelines/PipelineExecutions.tsx index 1d13a14..cf75074 100644 --- a/spin-observatory-plugin-deck/src/components/pipelines/PipelineExecutions.tsx +++ b/spin-observatory-plugin-deck/src/components/pipelines/PipelineExecutions.tsx @@ -101,6 +101,7 @@ export const PipelineExecutions = ({ }) .catch((e) => console.error('error retrieving executions: ', e)) .finally(() => { + console.log('setIsRequestInProgress = false') setIsRequestInProgress(false); }); };