Skip to content

Commit

Permalink
Rerun typo fix (#1822)
Browse files Browse the repository at this point in the history
  • Loading branch information
Levilian authored Dec 4, 2019
1 parent d983c97 commit 9daeb00
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class BundleActions extends React.Component<
{isKillableBundle &&
<Button variant='text' color='primary'
onClick={ this.kill }
disable={!editPermission}
disabled={!editPermission}
>
Kill
</Button>}
Expand All @@ -75,7 +75,7 @@ class BundleActions extends React.Component<
}
<Button variant='contained' color='primary'
onClick={ this.rerun }
disable={!editPermission}
disabled={!editPermission}
>
Edit and Rerun
</Button>
Expand Down

0 comments on commit 9daeb00

Please sign in to comment.