Amir/enable sql vms for sql migration/assessments (#12029)

* Enable SQL Vms

* Enable SQL VMs

* Undo abd commit
This commit is contained in:
Amir Omidi
2020-08-31 15:12:54 -07:00
committed by GitHub
parent 22c88cdd2e
commit 2692df3cc7
2 changed files with 19 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export class WizardController {
const canEnter = await pages[lastPage]?.canEnter() ?? true;
return canEnter && canLeave;
// return true
// return true;
});
await Promise.all(wizardSetupPromises);