Skip to content

Commit 2aa3d51

Browse files
committed
TS adjustment.
1 parent 6167773 commit 2aa3d51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/plugins/upgrade_assistant/public/application/components/overview/upgrade_step

x-pack/plugins/upgrade_assistant/public/application/components/overview/upgrade_step/upgrade_step.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const UpgradeStep = ({ docLinks }: { docLinks: DocLinksStart }) => {
5858
<EuiFlexGroup alignItems="center" gutterSize="s">
5959
<EuiFlexItem grow={false}>
6060
<EuiButton
61-
href={cloud?.deploymentUrl}
61+
href={cloud!.deploymentUrl}
6262
target="_blank"
6363
data-test-subj="upgradeSetupCloudLink"
6464
iconSide="right"

0 commit comments

Comments
 (0)