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

constants.js « group_filter « search « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9bd92eaa130267b647463edd9c0472c6f9473595 (plain)
1
2
3
4
5
6
7
8
9
10
import { __ } from '~/locale';

export const ANY_GROUP = Object.freeze({
  id: null,
  name: __('Any'),
});

export const GROUP_QUERY_PARAM = 'group_id';

export const PROJECT_QUERY_PARAM = 'project_id';