summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/admin/statistics_panel/store/mutation_types.js
blob: 4e0ca4ed3cd86d717cc4776ffc042057cf217c69 (plain)
1
2
3
export const REQUEST_STATISTICS = 'REQUEST_STATISTICS';
export const RECEIVE_STATISTICS_SUCCESS = 'RECEIVE_STATISTICS_SUCCESS';
export const RECEIVE_STATISTICS_ERROR = 'RECEIVE_STATISTICS_ERROR';