Browse Source

Fix indent

pull/12/head
Kristijan Mitrovic 4 years ago
parent
commit
5bf579ddc5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/_store/networks.module.js

+ 1
- 1
src/_store/networks.module.js View File

@@ -110,7 +110,7 @@ const actions = {
.then(r => dispatch('getBackups',
{ userId: userId, networkId: networkId,
messages: messages, errors: errors }));
},
},

restoreNetwork({ commit }, { userId, networkId, messages, errors }) {
commit('restoreNetworkRequest', networkId);


Loading…
Cancel
Save