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

mutation_types.js « stores « mr_notes « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91d75e77a60358181e930d3c984bf7a5eed09a10 (plain)
1
2
3
4
5
6
export default {
  SET_ACTIVE_TAB: 'SET_ACTIVE_TAB',
  SET_ENDPOINTS: 'SET_ENDPOINTS',
  SET_MR_METADATA: 'SET_MR_METADATA',
  SET_FAILED_TO_LOAD_METADATA: 'SET_FAILED_TO_LOAD_METADATA',
};