Fix manual download of archive breaking page state

dhcp-server
Pat Hartl 2023-08-28 18:08:52 -05:00
parent 2e4a31b136
commit 56d985077d
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@
<ActionColumn Title="">
<Space Style="display: flex; justify-content: end">
<SpaceItem>
<Button OnClick="() => Download(context)" Icon="@IconType.Outline.Download" Type="@ButtonType.Text" />
<a href="/Download/Game/@context.Id" target="_blank" class="ant-btn ant-btn-text ant-btn-icon-only">
<Icon Type="@IconType.Outline.Download" />
</a>
</SpaceItem>
<SpaceItem>
<Popconfirm Title="Are you sure you want to delete this archive?" OnConfirm="() => Delete(context)">