mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Revert "Fix use of KuiButtons in Clone Modal."
This reverts commit 8bb0776ab8
.
This commit is contained in:
parent
d304f29b79
commit
dbd3c8300c
1 changed files with 2 additions and 2 deletions
|
@ -65,14 +65,14 @@ export class DashboardCloneModal extends React.Component {
|
||||||
|
|
||||||
<KuiModalFooter>
|
<KuiModalFooter>
|
||||||
<KuiButton
|
<KuiButton
|
||||||
buttonType="hollow"
|
type="hollow"
|
||||||
data-test-subj="cloneCancelButton"
|
data-test-subj="cloneCancelButton"
|
||||||
onClick={ this.props.onClose }
|
onClick={ this.props.onClose }
|
||||||
>
|
>
|
||||||
Cancel
|
Cancel
|
||||||
</KuiButton>
|
</KuiButton>
|
||||||
<KuiButton
|
<KuiButton
|
||||||
buttonType="primary"
|
type="primary"
|
||||||
data-test-subj="cloneConfirmButton"
|
data-test-subj="cloneConfirmButton"
|
||||||
onClick={ this.cloneDashboard }
|
onClick={ this.cloneDashboard }
|
||||||
>
|
>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue