summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry/settings/stores/actions.js
blob: f2c469d4edb3355b536b5a1e374707aac8ac32cf (plain)
1
2
3
4
5
6
import * as types from './mutation_types';

export const setInitialState = ({ commit }, data) => commit(types.SET_INITIAL_STATE, data);

// to avoid eslint error until more actions are added to the store
export default () => {};