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