summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/integrations/edit/store/mutation_types.js
blob: 54928148b220572a1a5023840fbe610ebb32c3b2 (plain)
1
2
3
4
5
6
7
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';

export const REQUEST_RESET_INTEGRATION = 'REQUEST_RESET_INTEGRATION';
export const RECEIVE_RESET_INTEGRATION_ERROR = 'RECEIVE_RESET_INTEGRATION_ERROR';