Make edit button in game list a link to allow opening in new tab
This commit is contained in:
parent
4bbeb3d891
commit
c028b4d5d9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<Button OnClick="() => ViewSaves(context)">Saves</Button>
|
||||
</SpaceItem>
|
||||
<SpaceItem>
|
||||
<Button OnClick="() => Edit(context)">Edit</Button>
|
||||
<a href="/Games/@(context.Id)/Edit" class="ant-btn ant-btn-primary">Edit</a>
|
||||
</SpaceItem>
|
||||
<SpaceItem>
|
||||
<Popconfirm OnConfirm="() => Delete(context)" Title="Are you sure you want to delete this game?">
|
||||
|
|
Loading…
Add table
Reference in a new issue