diff --git a/src/components/InstallationWizard/InstallStep/index.tsx b/src/components/InstallationWizard/InstallStep/index.tsx index cde5b0442..2dbad26a1 100644 --- a/src/components/InstallationWizard/InstallStep/index.tsx +++ b/src/components/InstallationWizard/InstallStep/index.tsx @@ -360,7 +360,9 @@ export const InstallStep = (props: InstallStepProps) => { /> {(isAutoInstallationFinished || - (!isFirstLaunch && !isEngineOperationInProgress)) && ( + (!isAutoInstallationFlow && + config.isDigmaEngineInstalled && + !isEngineOperationInProgress)) && ( Next )}