From f9a989076d769e7160a3d4692f8bdbc6b65cc773 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 9 Sep 2026 13:00:33 +0200 Subject: [PATCH] Use a neutral color for the not-applicable indexing state --- app/MindWork AI Studio/Components/DataSourceManagement.razor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Components/DataSourceManagement.razor b/app/MindWork AI Studio/Components/DataSourceManagement.razor index 2bf28a55..76f8e314 100644 --- a/app/MindWork AI Studio/Components/DataSourceManagement.razor +++ b/app/MindWork AI Studio/Components/DataSourceManagement.razor @@ -49,7 +49,8 @@ } else { - @T("Not applicable") + @* Deliberately muted instead of colored: there is nothing to index and nothing to fix here. *@ + @T("Not applicable") }