debian-mirror-gitlab/app/assets/javascripts/error_tracking/store/mutation_types.js
2020-03-13 15:44:24 +05:30

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