summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/user_lists/store/index/mutation_types.js
blob: 5637ed60b7bbc3805d2ca35562ac6a267aaa1ce7 (plain)
1
2
3
4
5
6
7
8
9
10
export const SET_USER_LISTS_OPTIONS = 'SET_FEATURE_FLAGS_OPTIONS';

export const REQUEST_USER_LISTS = 'REQUEST_USER_LISTS';
export const RECEIVE_USER_LISTS_SUCCESS = 'RECEIVE_USER_LISTS_SUCCESS';
export const RECEIVE_USER_LISTS_ERROR = 'RECEIVE_USER_LISTS_ERROR';

export const REQUEST_DELETE_USER_LIST = 'REQUEST_DELETE_USER_LIST';
export const RECEIVE_DELETE_USER_LIST_ERROR = 'RECEIVE_DELETE_USER_LIST_ERROR';

export const RECEIVE_CLEAR_ALERT = 'RECEIVE_CLEAR_ALERT';