mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -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>
|
||||
<KuiButton
|
||||
buttonType="hollow"
|
||||
type="hollow"
|
||||
data-test-subj="cloneCancelButton"
|
||||
onClick={ this.props.onClose }
|
||||
>
|
||||
Cancel
|
||||
</KuiButton>
|
||||
<KuiButton
|
||||
buttonType="primary"
|
||||
type="primary"
|
||||
data-test-subj="cloneConfirmButton"
|
||||
onClick={ this.cloneDashboard }
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue