Commit 60a4fe8e authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts for app/assets/javascripts/init_legacy_filters.js

parent 35824755
/* eslint-disable no-new */
import LabelsSelect from './labels_select';
/* global MilestoneSelect */
<<<<<<< HEAD
/* global WeightSelect */
=======
>>>>>>> upstream/master
import subscriptionSelect from './subscription_select';
import UsersSelect from './users_select';
import issueStatusSelect from './issue_status_select';
......@@ -15,8 +12,5 @@ export default () => {
new MilestoneSelect();
issueStatusSelect();
subscriptionSelect();
<<<<<<< HEAD
new WeightSelect();
=======
>>>>>>> upstream/master
};
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