Skip to content

Commit

Permalink
TS adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcenizal committed Aug 20, 2021
1 parent 6167773 commit 2aa3d51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const UpgradeStep = ({ docLinks }: { docLinks: DocLinksStart }) => {
<EuiFlexGroup alignItems="center" gutterSize="s">
<EuiFlexItem grow={false}>
<EuiButton
href={cloud?.deploymentUrl}
href={cloud!.deploymentUrl}
target="_blank"
data-test-subj="upgradeSetupCloudLink"
iconSide="right"
Expand Down

0 comments on commit 2aa3d51

Please sign in to comment.