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

mutation_types.js « gitlab_user_list « store « feature_flags « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fe12f06785bec7eeaa28d93e5b9e2ac1de71653 (plain)
1
2
3
4
5
export const FETCH_USER_LISTS = 'FETCH_USER_LISTS';
export const RECEIVE_USER_LISTS_SUCCESS = 'RECEIVE_USER_LISTS_SUCCESS';
export const RECEIVE_USER_LISTS_ERROR = 'RECEIVE_USER_LISTS_ERROR';

export const SET_FILTER = 'SET_FILTER';