mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 05:02:56 +00:00
10 lines
388 B
Plaintext
10 lines
388 B
Plaintext
@inherits MSGComponentBase
|
|
|
|
<MudStack Row="false" Class="mb-3 pa-3 border-dashed border rounded-lg">
|
|
<MudJustifiedText Typo="Typo.body1">
|
|
@this.DetermineIntroText()
|
|
</MudJustifiedText>
|
|
<MudButton Color="@this.DetermineButtonColor()" Variant="Variant.Filled" OnClick="() => this.ShowPandocDialogAsync()">
|
|
@this.DetermineButtonText()
|
|
</MudButton>
|
|
</MudStack> |