mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-28 06:42:57 +00:00
5 lines
238 B
Plaintext
5 lines
238 B
Plaintext
|
@inherits ConfigurationBaseCore
|
||
|
|
||
|
<MudButton Variant="Variant.Filled" Color="@Color.Primary" StartIcon="@this.Icon" Disabled="@this.IsDisabled" Class="mt-3 mb-6" OnClick="@(async () => await this.ClickAsync())">
|
||
|
@this.Text
|
||
|
</MudButton>
|