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

mutation_types.js « new « 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: 9a5ce6e99f5a56e82767dada6aa29241b1e21f70 (plain)
1
2
3
export const RECEIVE_CREATE_USER_LIST_ERROR = 'RECEIVE_CREATE_USER_LIST_ERROR';

export const DISMISS_ERROR_ALERT = 'DISMISS_ERROR_ALERT';