Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « filtered_search « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e7a25889519dcf829af1db1e3ebc20e06f5167e (plain)
1
2
3
4
5
6
7
8
9
10
11
export const USER_TOKEN_TYPES = ['author', 'assignee'];

export const DROPDOWN_TYPE = {
  hint: 'hint',
  operator: 'operator',
};

export const FILTER_TYPE = {
  none: 'none',
  any: 'any',
};