summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/user_lists/store/edit/mutation_types.js
blob: 8b572e368392a67543ae169ebce2eff391044595 (plain)
1
2
3
4
5
export const REQUEST_USER_LIST = 'REQUEST_USER_LIST';
export const RECEIVE_USER_LIST_SUCCESS = 'RECEIVE_USER_LIST_SUCCESS';
export const RECEIVE_USER_LIST_ERROR = 'RECEIVE_USER_LIST_ERROR';

export const DISMISS_ERROR_ALERT = 'DISMISS_ERROR_ALERT';