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: d7264e96b131e81b17bca8df0573535d44c89cff (plain)
1
2
3
4
5
6
export const USER_TOKEN_TYPES = ['author', 'assignee'];

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