Pass in prop as bool not string

pull/10616/head
Alex P 2017-11-20 13:58:40 -08:00
parent aa46e2e439
commit 02e5129f7f
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ const AxesOptions = ({
return (
<FancyScrollbar
className="display-options--cell y-axis-controls"
autoHide="false"
autoHide={false}
>
<div className="display-options--cell-wrapper">
<h5 className="display-options--header">

View File

@ -7,7 +7,7 @@ import {GRAPH_TYPES} from 'src/dashboards/graphics/graph'
const GraphTypeSelector = ({selectedGraphType, onSelectGraphType}) =>
<FancyScrollbar
className="display-options--cell display-options--cellx2"
autoHide="false"
autoHide={false}
>
<div className="display-options--cell-wrapper">
<h5 className="display-options--header">Visualization Type</h5>