From 00d2d49cc6b6d191c91c3daf35991e5f5071daa8 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 8 Jan 2026 17:33:27 +0100 Subject: [PATCH] Fixed Blazor syntax --- .../Components/ProfileSelection.razor | 4 ++-- app/MindWork AI Studio/Pages/Settings.razor | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/MindWork AI Studio/Components/ProfileSelection.razor b/app/MindWork AI Studio/Components/ProfileSelection.razor index 2f9a65bd..02105589 100644 --- a/app/MindWork AI Studio/Components/ProfileSelection.razor +++ b/app/MindWork AI Studio/Components/ProfileSelection.razor @@ -15,11 +15,11 @@ } - + @foreach (var profile in this.SettingsManager.ConfigurationData.Profiles.GetAllProfiles()) { - + @profile.GetSafeName() } diff --git a/app/MindWork AI Studio/Pages/Settings.razor b/app/MindWork AI Studio/Pages/Settings.razor index da1f837d..7931453f 100644 --- a/app/MindWork AI Studio/Pages/Settings.razor +++ b/app/MindWork AI Studio/Pages/Settings.razor @@ -12,18 +12,18 @@ @if (PreviewFeatures.PRE_RAG_2024.IsEnabled(this.SettingsManager)) { - + } - + @if (PreviewFeatures.PRE_RAG_2024.IsEnabled(this.SettingsManager)) { - - + + } - + \ No newline at end of file