Commit fa978dbe authored by Winnie Hellmann's avatar Winnie Hellmann

Fix conflict resolution for gl_dropdown.js

parent 91d78fd2
......@@ -655,7 +655,6 @@ GitLabDropdown = (function() {
fieldName = this.options.fieldName;
if (value) {
value = value.toString().replace(/'/g, '\\\'');
field = this.dropdown.parent().find(`input[name='${fieldName}'][value='${value}']`);
if (field.length) {
selected = true;
......
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