From 25f75cf042326c10211831fed7e7887a6654d11b Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 9 Sep 2026 12:26:12 +0200 Subject: [PATCH] Move Data Sources panel on the settings page --- app/MindWork AI Studio/Pages/Settings.razor | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/MindWork AI Studio/Pages/Settings.razor b/app/MindWork AI Studio/Pages/Settings.razor index 90c5f6ff..33102d8c 100644 --- a/app/MindWork AI Studio/Pages/Settings.razor +++ b/app/MindWork AI Studio/Pages/Settings.razor @@ -13,7 +13,6 @@ @if (PreviewFeatures.PRE_RAG_2024.IsEnabled(this.SettingsManager)) { - } @@ -25,6 +24,10 @@ + @if (PreviewFeatures.PRE_RAG_2024.IsEnabled(this.SettingsManager)) + { + + } @if (PreviewFeatures.PRE_RAG_2024.IsEnabled(this.SettingsManager)) { @@ -36,4 +39,4 @@ - + \ No newline at end of file