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

mutation_types.js « list « store « error_tracking « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9d77a6b08e19f74b81f5ce4fe592ac4a25efc3a (plain)
1
2
3
export const SET_ERRORS = 'SET_ERRORS';
export const SET_EXTERNAL_URL = 'SET_EXTERNAL_URL';
export const SET_LOADING = 'SET_LOADING';