gitlab-org--gitlab-foss/app/assets/javascripts/integrations/edit/store/mutation_types.js

5 lines
190 B
JavaScript
Raw Normal View History

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';