Skip to content

Commit

Permalink
Fix use of KuiButtons in Clone Modal.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed May 26, 2017
1 parent 948bff2 commit cd34469
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ export class DashboardCloneModal extends React.Component {

<KuiModalFooter>
<KuiButton
type="hollow"
buttonType="hollow"
data-test-subj="cloneCancelButton"
onClick={ this.props.onClose }
>
Cancel
</KuiButton>
<KuiButton
type="primary"
buttonType="primary"
data-test-subj="cloneConfirmButton"
onClick={ this.cloneDashboard }
>
Expand Down

0 comments on commit cd34469

Please sign in to comment.