mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-23 09:10: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 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!;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user