Commit 90da9ec0 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'remove-weight-select-legacy-filters' into 'master'

Remove unnecessary weightSelect from initLegacyFilters

See merge request gitlab-org/gitlab-ee!4513
parents 647341a8 24dd951a
...@@ -5,13 +5,10 @@ import UsersSelect from './users_select'; ...@@ -5,13 +5,10 @@ import UsersSelect from './users_select';
import issueStatusSelect from './issue_status_select'; import issueStatusSelect from './issue_status_select';
import MilestoneSelect from './milestone_select'; import MilestoneSelect from './milestone_select';
import WeightSelect from 'ee/weight_select'; // eslint-disable-line import/first
export default () => { export default () => {
new UsersSelect(); new UsersSelect();
new LabelsSelect(); new LabelsSelect();
new MilestoneSelect(); new MilestoneSelect();
issueStatusSelect(); issueStatusSelect();
subscriptionSelect(); subscriptionSelect();
new WeightSelect();
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment