debian-mirror-gitlab/app/assets/javascripts/user_lists/store/edit/mutation_types.js
2021-01-03 14:25:43 +05:30

5 lines
249 B
JavaScript

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';