File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ui/src/components/Stepper/HorizontalStepper Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ const HorizontalStepper = forwardRef(
193193 const disableStep = newMigrationData ?. isprojectMapped && stepsCompleted . includes ( idx ) && idx !== showStep ? 'disableEvents'
194194 : '' ;
195195
196- const completeDisable = stepsCompleted ?. includes ( idx ) && newMigrationData ?. test_migration ?. isMigrationStarted ? 'disableEvents' : '' ;
196+ const completeDisable = stepsCompleted ?. includes ( idx ) && ( newMigrationData ?. test_migration ?. isMigrationStarted || newMigrationData ?. migration_execution ?. migrationStarted ) ? 'disableEvents' : '' ;
197197
198198 const disableMapper = stepsCompleted ?. includes ( idx ) && idx === 2 && newMigrationData ?. test_migration ?. isMigrationStarted && ! newMigrationData ?. test_migration ?. isMigrationComplete ? 'disableEvents' : '' ;
199199
You can’t perform that action at this time.
0 commit comments