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 <ripulhandoo1234@gmail.com>

* fix: remove redundant code

Signed-off-by: Ripul Handoo <ripulhandoo1234@gmail.com>

* Fix bug: Remove Redundant Code

Signed-off-by: Ripul Handoo <ripulhandoo1234@gmail.com>

---------

Signed-off-by: Ripul Handoo <ripulhandoo1234@gmail.com>
Signed-off-by: Saranya Jena <saranya.jena@harness.io>
Signed-off-by: Ripul Handoo <107461226+RipulHandoo@users.noreply.github.com>
Co-authored-by: gdsoumya <44349253+gdsoumya@users.noreply.github.com>
Co-authored-by: Saranya Jena <saranya.jena@harness.io>
  • Loading branch information
3 people committed 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.