diff --git a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.ts b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.ts index 67b29b6d2..a51b3eebb 100644 --- a/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.ts +++ b/apps/red-ui/src/app/modules/dossier-overview/components/file-attribute/file-attribute.component.ts @@ -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 {