Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
added cancel button for binding (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
sozercan authored Feb 15, 2018
1 parent 781b7e7 commit fb05777
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/InstanceView/AddBindingButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export class AddBindingButton extends React.Component<
<button className="button button-primary" onClick={this.bind}>
Create Binding
</button>
<button className="button" onClick={this.closeModal}>
Cancel
</button>
</div>
</Modal>
</div>
Expand Down

0 comments on commit fb05777

Please sign in to comment.