summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/header_search/store/mutation_types.js
blob: a2358621ce6c3a25f255c36cc6bf045eee0cce6c (plain)
1
2
3
4
5
export const REQUEST_AUTOCOMPLETE = 'REQUEST_AUTOCOMPLETE';
export const RECEIVE_AUTOCOMPLETE_SUCCESS = 'RECEIVE_AUTOCOMPLETE_SUCCESS';
export const RECEIVE_AUTOCOMPLETE_ERROR = 'RECEIVE_AUTOCOMPLETE_ERROR';

export const SET_SEARCH = 'SET_SEARCH';