Changes Start Wizard link to ' /plans/new ' instead of ' /quick-wizard '
This commit is contained in:
parent
2ec8e38239
commit
9102123550
|
@ -43,7 +43,7 @@ export class StartNewDmpDialogComponent extends BaseComponent {
|
|||
}
|
||||
|
||||
startWizard() {
|
||||
this.router.navigate(['/quick-wizard']);
|
||||
this.router.navigate(['/plans/new']);
|
||||
this.close();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue