Skip to content

Commit

Permalink
[ML] Fix insufficient license message (#156762)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed May 5, 2023
1 parent f26ecc6 commit 467681a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ export const InsufficientLicensePage: FC<Props> = ({ basePath }) => (
defaultMessage="Upgrade your subscription"
/>
</EuiButtonEmpty>
,
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiButton
Expand All @@ -76,7 +75,6 @@ export const InsufficientLicensePage: FC<Props> = ({ basePath }) => (
defaultMessage="Start trial"
/>
</EuiButton>
,
</EuiFlexItem>
</EuiFlexGroup>
</EuiFlexItem>
Expand Down

0 comments on commit 467681a

Please sign in to comment.