Start with the SKU recommendation screen (#11786)

This commit is contained in:
Amir Omidi
2020-08-18 12:44:58 -07:00
committed by GitHub
parent c4b524237c
commit 6153b7ad06
3 changed files with 26 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ export class SourceConfigurationPage extends MigrationWizardPage {
case State.COLLECTION_SOURCE_INFO_ERROR:
return this.enterErrorState();
case State.TARGET_SELECTION:
// TODO: Allow pressing next in this state
return this.enterTargetSelectionState();
}
}