removed unused using directives

This commit is contained in:
nilsk 2026-07-13 11:24:59 +02:00
parent 2f9bc6adaf
commit 32115eafd4
No known key found for this signature in database
GPG Key ID: A5C0151B4DDB172C

View File

@ -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"