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

mutation_types.js « store « search « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2482621d4d79008a002f523a36fff4585a84d46b (plain)
1
2
3
4
5
export const REQUEST_GROUPS = 'REQUEST_GROUPS';
export const RECEIVE_GROUPS_SUCCESS = 'RECEIVE_GROUPS_SUCCESS';
export const RECEIVE_GROUPS_ERROR = 'RECEIVE_GROUPS_ERROR';

export const SET_QUERY = 'SET_QUERY';