mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
bc80248fc0
commit
17555f2a28
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export class RevertToBasic extends React.PureComponent {
|
|||
<EuiConfirmModal
|
||||
title="Confirm Revert to Basic License"
|
||||
onCancel={cancelStartBasicLicense}
|
||||
onConfirm={() => startBasicLicense(licenseType, HTMLMarqueeElement)}
|
||||
onConfirm={() => startBasicLicense(licenseType, true)}
|
||||
cancelButtonText="Cancel"
|
||||
confirmButtonText="Confirm"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue