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

4 lines
198 B
JavaScript

export const SET_UPDATING_RESOLVE_STATUS = 'SET_UPDATING_RESOLVE_STATUS';
export const SET_UPDATING_IGNORE_STATUS = 'SET_UPDATING_IGNORE_STATUS';
export const SET_ERROR_STATUS = 'SET_ERROR_STATUS';