diff --git a/libs/ui-lib/lib/ocm/components/clusterConfiguration/staticIp/components/StaticIpPage.tsx b/libs/ui-lib/lib/ocm/components/clusterConfiguration/staticIp/components/StaticIpPage.tsx index 370e6cc668..b2a3a892d7 100644 --- a/libs/ui-lib/lib/ocm/components/clusterConfiguration/staticIp/components/StaticIpPage.tsx +++ b/libs/ui-lib/lib/ocm/components/clusterConfiguration/staticIp/components/StaticIpPage.tsx @@ -92,7 +92,8 @@ export const StaticIpPage: React.FC = ({ - {clusterWizardContext.currentStepId === 'static-ip-network-wide-configurations' && ( + {(clusterWizardContext.currentStepId === 'static-ip-network-wide-configurations' || + clusterWizardContext.currentStepId === 'static-ip-yaml-view') && (