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