Revert double build

This commit is contained in:
Andras Bacsai
2022-03-11 22:48:55 +01:00
parent fa6cf068c7
commit c6b4d04e26
4 changed files with 237 additions and 264 deletions

View File

@@ -108,11 +108,9 @@
try {
loading = true;
await post(`/applications/${id}/stop.json`, {});
isRunning = false;
return window.location.reload();
} catch ({ error }) {
return errorNotification(error);
} finally {
loading = false;
}
}
</script>