Skip to content

Commit

Permalink
Fix use of KuiButtons in Clone Modal.
Browse files Browse the repository at this point in the history
(cherry picked from commit cd34469)
  • Loading branch information
cjcenizal authored and spalger committed May 27, 2017
1 parent 5d046c7 commit 8bb0776
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 8bb0776

Please sign in to comment.