mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 09:41:37 +00:00
Fixed indentation
This commit is contained in:
parent
d0455db13e
commit
04e5d71d73
@ -38,11 +38,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<MudTooltip Text="@T("Remove the attachment.")" Placement="Placement.Bottom">
|
<MudTooltip Text="@T("Remove the attachment.")" Placement="Placement.Bottom">
|
||||||
<MudIconButton Icon="@Icons.Material.Filled.Delete"
|
<MudIconButton Icon="@Icons.Material.Filled.Delete"
|
||||||
Color="Color.Error"
|
Color="Color.Error"
|
||||||
Class="ml-2"
|
Class="ml-2"
|
||||||
Style="flex-shrink: 0;"
|
Style="flex-shrink: 0;"
|
||||||
OnClick="@(() => this.DeleteAttachment(filePath))"/>
|
OnClick="@(() => this.DeleteAttachment(filePath))"/>
|
||||||
</MudTooltip>
|
</MudTooltip>
|
||||||
</MudStack>
|
</MudStack>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user