this.handleChange(e.target.value)}
onKeyUp={this.handleKeyUp}
autoFocus={true}
diff --git a/ui/src/dashboards/components/TemplateControlBar.js b/ui/src/dashboards/components/TemplateControlBar.js
index 9e32e2a983..61fca7ae25 100644
--- a/ui/src/dashboards/components/TemplateControlBar.js
+++ b/ui/src/dashboards/components/TemplateControlBar.js
@@ -20,28 +20,6 @@ const TemplateControlBar = ({
const selectedItem = items.find(item => item.selected) || items[0]
const selectedText = selectedItem && selectedItem.text
-<<<<<<< HEAD
- // TODO: change Dropdown to a MultiSelectDropdown, `selected` to
- // the full array, and [item] to all `selected` values when we update
- // this component to support multiple values
- return (
-
- )
- })}
-=======
// TODO: change Dropdown to a MultiSelectDropdown, `selected` to
// the full array, and [item] to all `selected` values when we update
// this component to support multiple values
@@ -50,6 +28,7 @@ const TemplateControlBar = ({
@@ -72,7 +51,6 @@ const TemplateControlBar = ({
Manage
->>>>>>> master