Merge pull request #164 from Moonlight-Panel/RemovedUnnecessaryReload

Removed unnecessary reload
This commit is contained in:
Marcel Baumgartner
2023-06-12 00:47:42 +02:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB