Selaa lähdekoodia

remove useless action

pull/342/head
Guillaume Vincent 7 vuotta sitten
vanhempi
commit
dce8a9f901
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. +0
    -4
      src/store/actions.js

+ 0
- 4
src/store/actions.js Näytä tiedosto

@@ -32,10 +32,6 @@ export const savePassword = ({commit}, payload) => {
commit(types.SET_PASSWORD, payload);
};

export const saveBaseURL = ({commit}, payload) => {
commit(types.SET_BASE_URL, payload);
};

export const saveVersion = ({commit}, payload) => {
commit(types.SET_VERSION, payload);
};


Ladataan…
Peruuta
Tallenna