summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/vue_shared/components/filtered_search_bar/constants.js
blob: 6665a5754b399aa9e9287ab8698875916e36b5ee (plain)
1
2
3
4
5
6
7
8
export const ANY_AUTHOR = 'Any';

export const DEBOUNCE_DELAY = 200;

export const SortDirection = {
  descending: 'descending',
  ascending: 'ascending',
};