summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/error_tracking/store/mutation_types.js
blob: a7ac6ab2e6013953ff8a06907a59fe972e1902c4 (plain)
1
2
3
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';