mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 07:50:20 +00:00
Fixed redundant default value
This commit is contained in:
parent
ac72758aac
commit
b937ba387d
@ -97,7 +97,7 @@ public partial class ProviderDialog : MSGComponentBase, ISecretId
|
||||
private string dataManuallyModel = string.Empty;
|
||||
private string dataAPIKeyStorageIssue = 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:
|
||||
private MudForm form = null!;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user