From e9fa078bff4479210e2f270e749b8c36f4bd17dc Mon Sep 17 00:00:00 2001
From: Vladyslav Tymofeiev <“vladyslavty@softwareplanetgroup.com”>
Date: Thu, 3 Jul 2025 18:29:38 +0300
Subject: [PATCH] Change the reference service display value to name
---
.../df-relationship-details.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/adf-schema/df-relationship-details/df-relationship-details.component.html b/src/app/adf-schema/df-relationship-details/df-relationship-details.component.html
index c6891722..8f6bc00f 100644
--- a/src/app/adf-schema/df-relationship-details/df-relationship-details.component.html
+++ b/src/app/adf-schema/df-relationship-details/df-relationship-details.component.html
@@ -83,7 +83,7 @@
- {{ option.label }}
+ {{ option.name }}