Removed unnecessary reload

This commit is contained in:
Marcel Baumgartner 2023-06-12 00:47:00 +02:00
parent 9a5b004e17
commit bd320d025a
2 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@
if (await AlertService.ConfirmMath())
{
await ServerService.Delete(CurrentServer);
NavigationManager.NavigateTo("/servers", true);
NavigationManager.NavigateTo("/servers");
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB