mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-12 10:52:10 +00:00
removed unused using directives
This commit is contained in:
parent
2f9bc6adaf
commit
32115eafd4
@ -1,5 +1,3 @@
|
||||
@using AIStudio.Components
|
||||
@using AIStudio.Tools
|
||||
@inherits MSGComponentBase
|
||||
|
||||
<MudDialog DefaultFocus="DefaultFocus.None">
|
||||
@ -32,7 +30,7 @@
|
||||
Disabled="@(this.isGenerating || this.isApplying)" />
|
||||
|
||||
<CascadingValue Value="Components.META_ASSISTANT">
|
||||
<ProviderSelection @bind-ProviderSettings="@this.providerSettings"ValidateProvider="@this.ValidatingProvider"Disabled="@(this.isGenerating || this.isApplying)" />
|
||||
<ProviderSelection @bind-ProviderSettings="@this.providerSettings" ValidateProvider="@this.ValidatingProvider" Disabled="@(this.isGenerating || this.isApplying)" />
|
||||
</CascadingValue>
|
||||
|
||||
<MudButton Variant="Variant.Filled"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user