From ddfb5b9845ba83116725c4f8be37344852b59d67 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Tue, 3 Dec 2024 19:50:19 +0100 Subject: [PATCH] Prevent labels from being moved inside the field when no value is specified --- app/MindWork AI Studio/Components/ConfigurationSelect.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Components/ConfigurationSelect.razor b/app/MindWork AI Studio/Components/ConfigurationSelect.razor index b98aea66..99120aa9 100644 --- a/app/MindWork AI Studio/Components/ConfigurationSelect.razor +++ b/app/MindWork AI Studio/Components/ConfigurationSelect.razor @@ -1,7 +1,7 @@ @inherits ConfigurationBase @typeparam T - + @foreach (var data in this.Data) {