summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/packages/list/stores/mutation_types.js
blob: 561ad97f7e379f30bd6e09c7ecd5719299aa04d5 (plain)
1
2
3
4
5
6
7
export const SET_INITIAL_STATE = 'SET_INITIAL_STATE';

export const SET_PACKAGE_LIST_SUCCESS = 'SET_PACKAGE_LIST_SUCCESS';
export const SET_PAGINATION = 'SET_PAGINATION';
export const SET_MAIN_LOADING = 'SET_MAIN_LOADING';
export const SET_SORTING = 'SET_SORTING';
export const SET_FILTER = 'SET_FILTER';