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

mutation_types.js « edit « 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: 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';