summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/error_tracking/store/list/mutation_types.js
blob: 301984a1ee05c23aafe71fd75ad4f3cf6caf230d (plain)
1
2
3
4
5
6
7
8
9
10
export const SET_ERRORS = 'SET_ERRORS';
export const SET_INDEX_PATH = 'SET_INDEX_PATH';
export const SET_LOADING = 'SET_LOADING';
export const ADD_RECENT_SEARCH = 'ADD_RECENT_SEARCH';
export const CLEAR_RECENT_SEARCHES = 'CLEAR_RECENT_SEARCHES';
export const LOAD_RECENT_SEARCHES = 'LOAD_RECENT_SEARCHES';
export const SET_PAGINATION = 'SET_PAGINATION';
export const SET_ENDPOINT = 'SET_ENDPOINT';
export const SET_SORT_FIELD = 'SET_SORT_FIELD';
export const SET_SEARCH_QUERY = 'SET_SEARCH_QUERY';