From be796bc68f15941baf9d36f89556754694658654 Mon Sep 17 00:00:00 2001 From: amentis Date: Wed, 28 Feb 2024 13:30:12 +0200 Subject: [PATCH] prefilling sources ui changes --- .../core/common/enum/prefilling-source-system-target-type.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 dmp-frontend/src/app/core/common/enum/prefilling-source-system-target-type.ts diff --git a/dmp-frontend/src/app/core/common/enum/prefilling-source-system-target-type.ts b/dmp-frontend/src/app/core/common/enum/prefilling-source-system-target-type.ts new file mode 100644 index 000000000..beb6ae686 --- /dev/null +++ b/dmp-frontend/src/app/core/common/enum/prefilling-source-system-target-type.ts @@ -0,0 +1,5 @@ +export enum PrefillingSourceSystemTargetType { + Label = "label", + Description = "description", + Tags= "tags" +} \ No newline at end of file