From 8146066f2273d9cb489b67d36558609efc37a4df Mon Sep 17 00:00:00 2001 From: Spyros Date: Sun, 10 Nov 2024 20:35:16 +0000 Subject: [PATCH] nit: rm type same from the frontend --- application/frontend/src/const.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/application/frontend/src/const.ts b/application/frontend/src/const.ts index f753614c..b15b3ddc 100644 --- a/application/frontend/src/const.ts +++ b/application/frontend/src/const.ts @@ -9,8 +9,6 @@ export const TYPE_AUTOLINKED_TO = 'Automatically linked to'; export const DOCUMENT_TYPE_NAMES = { [TYPE_AUTOLINKED_TO]: ' has been automatically mapped to', - [TYPE_SAME]: ' has been automatically mapped to', - [TYPE_SAM]: ' has been automatically mapped to', [TYPE_LINKED_TO]: ' is linked to sources', [TYPE_IS_PART_OF]: ' is part of CREs', [TYPE_LINKED_FROM]: 'is linked from CREs',