fixing basic license revert on Firefox (#19566) (#19568)

This commit is contained in:
Bill McConaghy 2018-05-30 14:38:15 -04:00 committed by GitHub
parent bc80248fc0
commit 17555f2a28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
>