diff --git a/ui/src/dashboards/components/DisplayOptions.js b/ui/src/dashboards/components/DisplayOptions.js index 10a4667a82..13f30ceb9c 100644 --- a/ui/src/dashboards/components/DisplayOptions.js +++ b/ui/src/dashboards/components/DisplayOptions.js @@ -42,7 +42,6 @@ class DisplayOptions extends Component { staticLegend, onToggleStaticLegend, onResetFocus, - queryConfigs, dataLabels, } = this.props switch (type) { diff --git a/ui/src/shared/components/TableGraph.js b/ui/src/shared/components/TableGraph.js index 1d9dfbbd66..b381673558 100644 --- a/ui/src/shared/components/TableGraph.js +++ b/ui/src/shared/components/TableGraph.js @@ -268,10 +268,8 @@ class TableGraph extends Component { } = this.state const {hoverTime, tableOptions, colors} = this.props const { - timeFormat = TIME_FORMAT_DEFAULT, verticalTimeAxis = VERTICAL_TIME_AXIS_DEFAULT, fixFirstColumn = FIX_FIRST_COLUMN_DEFAULT, - fieldNames = [TIME_FIELD_DEFAULT], } = tableOptions const columnCount = _.get(processedData, ['0', 'length'], 0)