Fix button spacing on script editor table

net8.0
Pat Hartl 2023-11-29 17:10:25 -06:00
parent c4c25ad85b
commit 7793c9a1e8
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
<Space Style="display: flex; justify-content: end">
<SpaceItem>
<Button OnClick="() => Edit(context.Id)" Icon="@IconType.Outline.Edit" Type="@ButtonType.Text" />
</SpaceItem>
<SpaceItem>
<Popconfirm OnConfirm="() => Delete(context)" Title="Are you sure you want to delete this script?">
<Button Icon="@IconType.Outline.Close" Type="@ButtonType.Text" Danger />
</Popconfirm>