From acadaab4f76ffd19ed59e90d810c19118daaa759 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Fri, 11 Aug 2023 12:51:12 +0300 Subject: [PATCH] RED-7392: Fixed navigation. --- .../components/file-attribute/file-attribute.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {