From b7818119be4d1fb04af83c398a4dbaa83506ae50 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',