From 62758ae1a280bbc0ad7d391fec3642fe8b196e3c Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Mon, 2 Feb 2026 13:10:44 +0100 Subject: [PATCH] Removed redundant default --- app/MindWork AI Studio/Pages/Information.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Pages/Information.razor.cs b/app/MindWork AI Studio/Pages/Information.razor.cs index 42349201..ef2a64a2 100644 --- a/app/MindWork AI Studio/Pages/Information.razor.cs +++ b/app/MindWork AI Studio/Pages/Information.razor.cs @@ -67,7 +67,7 @@ public partial class Information : MSGComponentBase private bool showEnterpriseConfigDetails; - private bool showDatabaseDetails = false; + private bool showDatabaseDetails; private IPluginMetadata? configPlug = PluginFactory.AvailablePlugins.FirstOrDefault(x => x.Type is PluginType.CONFIGURATION);