fixing basic license revert on Firefox (#19566)

This commit is contained in:
Bill McConaghy 2018-05-30 14:37:09 -04:00 committed by GitHub
parent 2cf9a88dc5
commit 7dd14fa480
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"
>