Compare commits

..

No commits in common. "d2816b9454656728983505ed1182f3cc97cd70d6" and "ed5584116422d42d3202b18c9413b96c1cb448d2" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

@ -157,8 +157,6 @@ export class DmpEditorComponent extends BaseEditor<DmpEditorModel, Dmp> implemen
ngOnInit(): void {
this.matomoService.trackPageView('DMP Editor');
super.ngOnInit();
if (this.isNew === false) this.nextStep();
}
getItem(itemId: Guid, successFunction: (item: Dmp) => void) {