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 38bc08028..e5753584e 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.#toggleEdit(); + this.close(); } close(): void {