Skip to content

Commit

Permalink
fix bug with tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
abe garcia committed Jul 5, 2023
1 parent bc8c924 commit 462ccec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ export const PauseResumeButton = ({
backgroundColor: computeBtnColor(),
}}
size="small"
disabled={executionIds.length === 0}
onClick={handleToggle}
>
<ArrowDropDownIcon />
Expand Down

0 comments on commit 462ccec

Please sign in to comment.