Changes Start Wizard link to ' /plans/new ' instead of ' /quick-wizard '

This commit is contained in:
gpapavgeri 2020-08-25 17:59:54 +03:00
parent 2ec8e38239
commit 9102123550
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export class StartNewDmpDialogComponent extends BaseComponent {
}
startWizard() {
this.router.navigate(['/quick-wizard']);
this.router.navigate(['/plans/new']);
this.close();
}