RED-7371: Fixed file attribute save and navigation.

This commit is contained in:
Nicoleta Panaghiu 2023-10-11 16:01:56 +03:00
parent 9f80018ca0
commit e048169a5b

View File

@ -122,7 +122,7 @@ export class FileAttributeComponent extends BaseFormComponent implements OnDestr
this._toaster.error(_('file-attribute.update.error'));
}
this.close();
this.fileAttributesService.resetEdit();
}
close($event?: MouseEvent): void {