Fixed redundant default value

This commit is contained in:
Thorsten Sommer 2025-11-13 15:50:43 +01:00
parent ac72758aac
commit b937ba387d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -97,7 +97,7 @@ public partial class ProviderDialog : MSGComponentBase, ISecretId
private string dataManuallyModel = string.Empty; private string dataManuallyModel = string.Empty;
private string dataAPIKeyStorageIssue = string.Empty; private string dataAPIKeyStorageIssue = string.Empty;
private string dataEditingPreviousInstanceName = string.Empty; private string dataEditingPreviousInstanceName = string.Empty;
private bool showExpertProviderSettings = false; private bool showExpertProviderSettings;
// We get the form reference from Blazor code to validate it manually: // We get the form reference from Blazor code to validate it manually:
private MudForm form = null!; private MudForm form = null!;