summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/releases/stores/modules/index/mutation_types.js
blob: 669168efb889ad8d2895a94f31973d8e4274e8a1 (plain)
1
2
3
4
export const REQUEST_RELEASES = 'REQUEST_RELEASES';
export const RECEIVE_RELEASES_SUCCESS = 'RECEIVE_RELEASES_SUCCESS';
export const RECEIVE_RELEASES_ERROR = 'RECEIVE_RELEASES_ERROR';
export const SET_SORTING = 'SET_SORTING';