forked from Sarah/Lieb-Website
Added account management sites
This commit is contained in:
parent
c8252daf88
commit
7113e3abee
10 changed files with 332 additions and 64 deletions
|
@ -98,7 +98,7 @@
|
|||
|
||||
async Task DeleteBuildClicked()
|
||||
{
|
||||
bool confirmed = await JsRuntime.InvokeAsync<bool>("confirm", "Are you sure?");
|
||||
bool confirmed = await JsRuntime.InvokeAsync<bool>("confirm", "Are you sure you want to delete this Build?");
|
||||
if (confirmed)
|
||||
{
|
||||
await GuildWars2BuildService.DeleteBuild(_build.GuildWars2BuildId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue