Skip to content

Commit

Permalink
Do not disable reset on error
Browse files Browse the repository at this point in the history
  • Loading branch information
netalondon committed Mar 11, 2024
1 parent 813794c commit 0090dae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/src/runbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ export const Runbar = (props: {
</button>
<button
className="flex-0"
disabled={props.disabled}
onClick={() => runner.actions.reset()}
data-tooltip={props.overrideTooltips?.reset ?? `Reset`}
data-placement="bottom"
Expand Down

0 comments on commit 0090dae

Please sign in to comment.