Skip to content

Commit

Permalink
Remove redundant code (#4207)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Nov 10, 2023
1 parent 2acc783 commit 2c5557a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const ExperimentDashboardV2Table = ({
case ExperimentRunStatus.QUEUED:
return (
<RunExperimentButton
buttonProps={{ disabled: lastExperimentRunStatus === ExperimentRunStatus.QUEUED }}
buttonProps={{ disabled: true }}
experimentID={data.experimentID}
refetchExperiments={refetchExperiments}
/>
Expand Down

0 comments on commit 2c5557a

Please sign in to comment.