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: 88cf6e48988b5efdd8390c585df8376643cc29ca (plain)
1
2
3
4
5
export default {
  SET_ACTIVE_TAB: 'SET_ACTIVE_TAB',
  SET_ENDPOINTS: 'SET_ENDPOINTS',
  SET_MR_METADATA: 'SET_MR_METADATA',
};