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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/search/mock_data.js')
-rw-r--r--spec/frontend/search/mock_data.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/spec/frontend/search/mock_data.js b/spec/frontend/search/mock_data.js
index 3f23803bbf6..a063f20aca6 100644
--- a/spec/frontend/search/mock_data.js
+++ b/spec/frontend/search/mock_data.js
@@ -884,23 +884,4 @@ export const MOCK_FILTERED_LABELS = [
},
];
-export const MOCK_FILTERED_UNAPPLIED_SELECTED_LABELS = [
- {
- key: '6',
- count: 12,
- title: 'Cosche',
- color: '#cea786',
- type: 'GroupLabel',
- parent_full_name: 'Toolbox',
- },
- {
- key: '73',
- count: 12,
- title: 'Accent',
- color: '#a5c6fb',
- type: 'ProjectLabel',
- parent_full_name: 'Toolbox / Gitlab Smoke Tests',
- },
-];
-
export const CURRENT_SCOPE = 'blobs';