summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/mr_notes/stores/mutation_types.js
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',
};