Skip to content

Commit 2c5557a

Browse files
RipulHandoogdsoumyaSaranya-jena
authored
Remove redundant code (#4207)
* Remove redundant code Signed-off-by: Ripul Handoo <[email protected]> * fix: remove redundant code Signed-off-by: Ripul Handoo <[email protected]> * Fix bug: Remove Redundant Code Signed-off-by: Ripul Handoo <[email protected]> --------- Signed-off-by: Ripul Handoo <[email protected]> Signed-off-by: Saranya Jena <[email protected]> Signed-off-by: Ripul Handoo <[email protected]> Co-authored-by: gdsoumya <[email protected]> Co-authored-by: Saranya Jena <[email protected]>
1 parent 2acc783 commit 2c5557a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chaoscenter/web/src/views/ExperimentDashboardV2/ExperimentDashboardV2Table.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const ExperimentDashboardV2Table = ({
216216
case ExperimentRunStatus.QUEUED:
217217
return (
218218
<RunExperimentButton
219-
buttonProps={{ disabled: lastExperimentRunStatus === ExperimentRunStatus.QUEUED }}
219+
buttonProps={{ disabled: true }}
220220
experimentID={data.experimentID}
221221
refetchExperiments={refetchExperiments}
222222
/>

0 commit comments

Comments
 (0)