Commit 37bdfa11 authored by Winnie Hellmann's avatar Winnie Hellmann

Resolve conflict in app/assets/javascripts/filtered_search/filtered_search_dropdown_manager.js

parent d588223e
......@@ -92,17 +92,16 @@ export default class FilteredSearchDropdownManager {
gl: DropdownEmoji,
element: this.container.querySelector('#js-dropdown-my-reaction'),
},
<<<<<<< HEAD
weight: {
reference: null,
gl: DropdownWeight,
element: this.container.querySelector('#js-dropdown-weight'),
=======
status: {
reference: null,
gl: NullDropdown,
element: this.container.querySelector('#js-dropdown-admin-runner-status'),
>>>>>>> 8e8cc0b32a0... use filtered search bar for admin runners
},
weight: {
reference: null,
gl: DropdownWeight,
element: this.container.querySelector('#js-dropdown-weight'),
},
};
......
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