Ver a proveniência

Fix indent

pull/12/head
Kristijan Mitrovic há 4 anos
ascendente
cometimento
5bf579ddc5
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/_store/networks.module.js

+ 1
- 1
src/_store/networks.module.js Ver ficheiro

@@ -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);


Carregando…
Cancelar
Guardar