From a0cbcf0b5556dbba19684578a6e7e5b752fc6b0e Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 17 Aug 2021 14:28:33 +0300 Subject: [PATCH] reverting mistakes --- apps/red-ui/src/app/models/file/file-status.wrapper.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/red-ui/src/app/models/file/file-status.wrapper.ts b/apps/red-ui/src/app/models/file/file-status.wrapper.ts index 5bd5e7e7f..d60a94f17 100644 --- a/apps/red-ui/src/app/models/file/file-status.wrapper.ts +++ b/apps/red-ui/src/app/models/file/file-status.wrapper.ts @@ -50,7 +50,6 @@ export class FileStatusWrapper implements FileStatus { const primary = fileAttributesConfig.fileAttributeConfigs?.find(c => c.primaryAttribute); if (primary && fileStatus.fileAttributes?.attributeIdToValue) { this.primaryAttribute = fileStatus.fileAttributes?.attributeIdToValue[primary.id]; - this.filename += ' ' + this.primaryAttribute; } if (!this.primaryAttribute) {