← All changes
|
classes/Visualizer/Gutenberg/src/Components/Sidebar/ManualConfiguration.js
+1
-1
3.10.3
→
3.4.2
View file →
| @@ -40,9 +40,9 @@ | ||
| 40 | 40 | let chart; |
| 41 | 41 | |
| 42 | 42 | const settings = this.props.chart['visualizer-settings']; |
| 43 | 43 | |
| 44 | - if ( 0 <= [ 'gauge', 'tabular', 'timeline' ].indexOf( this.props.chart['visualizer-chart-type']) ) { | |
| 44 | + if ( 0 <= [ 'gauge', 'table', 'timeline' ].indexOf( this.props.chart['visualizer-chart-type']) ) { | |
| 45 | 45 | chart = this.props.chart['visualizer-chart-type']; |
| 46 | 46 | } else { |
| 47 | 47 | chart = `${ this.props.chart['visualizer-chart-type'] }chart`; |
| 48 | 48 | } |