From 3aae0aa40c0005c5d9853fbcc5a8b794b45ebf10 Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Thu, 19 Jun 2025 18:52:29 +0200
Subject: [PATCH] Bugfix/fix migration to form control in value component
(#4969)
* Fix migration to form control
---
libs/ui/src/lib/value/value.component.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libs/ui/src/lib/value/value.component.html b/libs/ui/src/lib/value/value.component.html
index 62b60c1f8..eec99f4be 100644
--- a/libs/ui/src/lib/value/value.component.html
+++ b/libs/ui/src/lib/value/value.component.html
@@ -94,7 +94,8 @@
{{ subLabel }}
}
-
+ } @else {
+
}