Commit 04bb45a9 authored by Lukas Eipert's avatar Lukas Eipert

Resolve conflict in app/assets/javascripts/pages/projects/issues/form.js

parent 1d3dd59b
...@@ -8,10 +8,7 @@ import MilestoneSelect from '~/milestone_select'; ...@@ -8,10 +8,7 @@ import MilestoneSelect from '~/milestone_select';
import ShortcutsNavigation from '~/behaviors/shortcuts/shortcuts_navigation'; import ShortcutsNavigation from '~/behaviors/shortcuts/shortcuts_navigation';
import IssuableTemplateSelectors from '~/templates/issuable_template_selectors'; import IssuableTemplateSelectors from '~/templates/issuable_template_selectors';
import initSuggestions from '~/issuable_suggestions'; import initSuggestions from '~/issuable_suggestions';
<<<<<<< HEAD
import WeightSelect from 'ee/weight_select'; import WeightSelect from 'ee/weight_select';
=======
>>>>>>> upstream/master
export default () => { export default () => {
new ShortcutsNavigation(); new ShortcutsNavigation();
...@@ -24,9 +21,6 @@ export default () => { ...@@ -24,9 +21,6 @@ export default () => {
if (gon.features.issueSuggestions && gon.features.graphql) { if (gon.features.issueSuggestions && gon.features.graphql) {
initSuggestions(); initSuggestions();
} }
<<<<<<< HEAD
new WeightSelect(); 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