From 19897ae4f96f4b6a61aceff7cfb11ae0c52bd57a Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 3 May 2017 14:55:18 -0700 Subject: [PATCH] Fix build error My baddddd guys --- ui/src/kapacitor/components/DataSection.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/kapacitor/components/DataSection.js b/ui/src/kapacitor/components/DataSection.js index 00ac11450a..856525a349 100644 --- a/ui/src/kapacitor/components/DataSection.js +++ b/ui/src/kapacitor/components/DataSection.js @@ -4,7 +4,6 @@ import buildInfluxQLQuery from 'utils/influxql' import DatabaseList from '../../data_explorer/components/DatabaseList' import MeasurementList from '../../data_explorer/components/MeasurementList' import FieldList from '../../data_explorer/components/FieldList' -import TagList from '../../data_explorer/components/TagList' export const DataSection = React.createClass({ propTypes: {