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

constants.js « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 328b6541636c61f1da1f132bf43703431efcb187 (plain)
1
2
3
4
5
6
/* eslint-disable import/prefer-default-export  */

export const FILTERED_SEARCH = {
  MERGE_REQUESTS: 'merge_requests',
  ISSUES: 'issues',
};