mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fixing basic license revert on Firefox (#19566)
This commit is contained in:
parent
2cf9a88dc5
commit
7dd14fa480
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