This commit is contained in:
Andras Bacsai
2022-08-16 09:38:34 +00:00
parent fb2a86ba3f
commit 6150a008d5
8 changed files with 40 additions and 9 deletions

View File

@@ -110,7 +110,6 @@
loading = true;
try {
await post(`/services/${service.id}/${service.type}/start`, {});
return window.location.reload();
} catch (error) {
return errorNotification(error);
} finally {