mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 17:22:59 -05:00
Amir/enable sql vms for sql migration/assessments (#12029)
* Enable SQL Vms * Enable SQL VMs * Undo abd commit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user