mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-08-24 20:52:11 +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
|
@inherits MSGComponentBase
|
||||||
|
|
||||||
<MudDialog DefaultFocus="DefaultFocus.None">
|
<MudDialog DefaultFocus="DefaultFocus.None">
|
||||||
@ -32,7 +30,7 @@
|
|||||||
Disabled="@(this.isGenerating || this.isApplying)" />
|
Disabled="@(this.isGenerating || this.isApplying)" />
|
||||||
|
|
||||||
<CascadingValue Value="Components.META_ASSISTANT">
|
<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>
|
</CascadingValue>
|
||||||
|
|
||||||
<MudButton Variant="Variant.Filled"
|
<MudButton Variant="Variant.Filled"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user