summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/integrations/edit/store/mutation_types.js
blob: 2a84408f6585344aaaa067044eca26c6a4808f45 (plain)
1
2
3
4
export const SET_OVERRIDE = 'SET_OVERRIDE';
export const SET_IS_SAVING = 'SET_IS_SAVING';
export const SET_IS_TESTING = 'SET_IS_TESTING';
export const SET_IS_RESETTING = 'SET_IS_RESETTING';