chore: prevent restarting for the time being

This commit is contained in:
Pitu 2021-06-17 23:31:38 +09:00
parent ed9fa0fa72
commit ce893ebc15
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ export default {
this.$set(this, 'validationErrors', {});
await this.$store.dispatch('config/fetchSettings');
this.$handler.executeAction('admin/restartService');
// this.$handler.executeAction('admin/restartService');
} catch (e) {
if (e.response?.data?.errors) {
this.$set(this, 'validationErrors', e.response.data.errors);