We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6167773 commit 2aa3d51Copy full SHA for 2aa3d51
1 file changed
x-pack/plugins/upgrade_assistant/public/application/components/overview/upgrade_step/upgrade_step.tsx
@@ -58,7 +58,7 @@ const UpgradeStep = ({ docLinks }: { docLinks: DocLinksStart }) => {
58
<EuiFlexGroup alignItems="center" gutterSize="s">
59
<EuiFlexItem grow={false}>
60
<EuiButton
61
- href={cloud?.deploymentUrl}
+ href={cloud!.deploymentUrl}
62
target="_blank"
63
data-test-subj="upgradeSetupCloudLink"
64
iconSide="right"
0 commit comments