We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded3ab4 commit 91502d6Copy full SHA for 91502d6
classes/Visualizer/Module/Chart.php
@@ -269,7 +269,7 @@ public function renderChartPages() {
269
$tab = isset( $_GET['tab'] ) && ! empty( $_GET['tab'] ) ? $_GET['tab'] : 'visualizer';
270
271
// skip chart type pages only for existing charts.
272
- if ( VISUALIZER_SKIP_CHART_TYPE_PAGE && 'auto-draft' !== $this->_chart->post_status ) {
+ if ( VISUALIZER_SKIP_CHART_TYPE_PAGE && 'auto-draft' !== $this->_chart->post_status && 'visualizer' === $_GET['tab'] ) {
273
$tab = 'settings';
274
}
275
0 commit comments