debian-mirror-gitlab/app/assets/javascripts/registry/settings/stores/actions.js

7 lines
229 B
JavaScript
Raw Normal View History

2020-01-01 13:55:28 +05:30
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 () => {};