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

mock_data.js « dropdown_filter « search « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f11ab3d9951be2859c57d04917eaee707eddb896 (plain)
1
2
3
4
5
export const MOCK_QUERY = {
  scope: 'issues',
  state: 'all',
  confidential: null,
};