Fixed leftover code in edit dossier dialog

This commit is contained in:
Adina Țeudan 2021-08-20 12:54:39 +02:00
parent cf908cd52c
commit 29e917c043

View File

@ -74,7 +74,7 @@ export class EditDossierDialogComponent {
];
this.dossierWrapper = _data.dossierWrapper;
this.activeNav = _data.section || 'dossierDictionary';
this.activeNav = _data.section || 'dossierInfo';
}
get activeNavItem(): { key: string; title?: string } {