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:
authorPhil Hughes <me@iamphill.com>2017-07-26 13:13:35 +0300
committerPhil Hughes <me@iamphill.com>2017-07-26 13:13:35 +0300
commit425dbdd222244bc00cab8c2dbd6bb94233d11a15 (patch)
treebb6c5bb6072b9fb6625e83f4be1d8a5beef95ff7 /app/assets/javascripts/init_legacy_filters.js
parent887227e0371858d5d048f61bfe0700e4b7ebab58 (diff)
fixed label subscription & merge conflicts
Diffstat (limited to 'app/assets/javascripts/init_legacy_filters.js')
-rw-r--r--app/assets/javascripts/init_legacy_filters.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/javascripts/init_legacy_filters.js b/app/assets/javascripts/init_legacy_filters.js
index aa25f295bbc..1211c2c802c 100644
--- a/app/assets/javascripts/init_legacy_filters.js
+++ b/app/assets/javascripts/init_legacy_filters.js
@@ -1,10 +1,11 @@
/* eslint-disable no-new */
-/* global UsersSelect */
/* global LabelsSelect */
/* global MilestoneSelect */
/* global IssueStatusSelect */
/* global SubscriptionSelect */
+import UsersSelect from './users_select';
+
export default () => {
new UsersSelect();
new LabelsSelect();