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 62c2850 commit 319893cCopy full SHA for 319893c
src/components/utils/running-status.ts
@@ -54,6 +54,8 @@ export function getSensitivityAnalysisRunningStatus(sensitivityAnalysisStatus: s
54
return RunningStatus.RUNNING;
55
case 'NOT_DONE':
56
return RunningStatus.IDLE;
57
+ case 'FAILED':
58
+ return RunningStatus.FAILED;
59
default:
60
61
}
0 commit comments