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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-23 09:07:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-23 09:07:43 +0300
commit9d15ef5c5caf584ae16398940c16f2bdafd6f3e2 (patch)
tree7ae2422c4415ed9da8aba67391c5640fad0d9da8 /app/assets/javascripts/vue_shared/components/filtered_search_bar
parent26eeb803e0a3412f0b098d5c5a23f32b763f44c2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/vue_shared/components/filtered_search_bar')
-rw-r--r--app/assets/javascripts/vue_shared/components/filtered_search_bar/constants.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/vue_shared/components/filtered_search_bar/constants.js b/app/assets/javascripts/vue_shared/components/filtered_search_bar/constants.js
index 6438ecf3868..2e295f7565b 100644
--- a/app/assets/javascripts/vue_shared/components/filtered_search_bar/constants.js
+++ b/app/assets/javascripts/vue_shared/components/filtered_search_bar/constants.js
@@ -50,7 +50,6 @@ export const SORT_DIRECTION = {
ascending: 'ascending',
};
-export const FILTERED_SEARCH_LABELS = 'labels';
export const FILTERED_SEARCH_TERM = 'filtered-search-term';
export const TOKEN_TITLE_APPROVED_BY = __('Approved-By');