We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793c3b2 commit f3aafa0Copy full SHA for f3aafa0
src/components/engagement_data_cards/hosting_environment_card/hosting_environment_card.tsx
@@ -163,7 +163,7 @@ export function HostingEnvironmentCard() {
163
'Openshift Container Platform',
164
getHumanReadableLabel(
165
engagementFormConfig?.openshift_options?.versions?.options,
166
- hostingEnvironment?.ocp_version
+ hostingEnvironment.ocp_version
167
),
168
169
engagementFormConfig?.cloud_options?.providers?.options,
0 commit comments