Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mutation_types.js « show « store « user_lists « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb967f06beb6ebd13d5d966dbcfe57fe648b6860 (plain)
1
2
3
4
5
6
7
8
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';

export const ADD_USER_IDS = 'ADD_USER_IDS';
export const REMOVE_USER_ID = 'REMOVE_USER_ID';