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

6 lines
275 B
JavaScript

export const SET_OVERRIDE = 'SET_OVERRIDE';
export const SET_IS_LOADING_JIRA_ISSUE_TYPES = 'SET_IS_LOADING_JIRA_ISSUE_TYPES';
export const SET_JIRA_ISSUE_TYPES_ERROR_MESSAGE = 'SET_JIRA_ISSUE_TYPES_ERROR_MESSAGE';
export const SET_JIRA_ISSUE_TYPES = 'SET_JIRA_ISSUE_TYPES';