diff --git a/ui/src/dashboards/components/CellEditorOverlay.js b/ui/src/dashboards/components/CellEditorOverlay.js index 4c2241360..d19bbaaef 100644 --- a/ui/src/dashboards/components/CellEditorOverlay.js +++ b/ui/src/dashboards/components/CellEditorOverlay.js @@ -222,16 +222,14 @@ class CellEditorOverlay extends Component { initialBottomHeight={INITIAL_HEIGHTS.queryMaker} >
-
+
- {cellName} + {name}
@@ -39,13 +36,13 @@ const DashVisualization = ( const {arrayOf, func, number, shape, string} = PropTypes DashVisualization.defaultProps = { - cellName: '', - cellType: '', + name: '', + type: '', } DashVisualization.propTypes = { - cellName: string, - cellType: string, + name: string, + type: string, autoRefresh: number.isRequired, templates: arrayOf(shape()), timeRange: shape({ @@ -53,8 +50,6 @@ DashVisualization.propTypes = { lower: string, }).isRequired, queryConfigs: arrayOf(shape({})).isRequired, - height: string, - heightPixels: number, editQueryStatus: func.isRequired, axes: shape({ y: shape({