diff --git a/src/components/InstallationWizard/InstallStep/index.tsx b/src/components/InstallationWizard/InstallStep/index.tsx index 4910ce773..88a55594d 100644 --- a/src/components/InstallationWizard/InstallStep/index.tsx +++ b/src/components/InstallationWizard/InstallStep/index.tsx @@ -554,8 +554,7 @@ export const InstallStep = (props: InstallStepProps) => { const renderContent = () => { if ( - isAutoInstallationFlow || - config.isDigmaEngineInstalled || + (isAutoInstallationFlow || config.isDigmaEngineInstalled) && !isManualInstallationEnabled ) { return renderEngineManager();