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 2911649 commit 8fbb857Copy full SHA for 8fbb857
classes/Visualizer/Gutenberg/Block.php
@@ -93,7 +93,7 @@ public function enqueue_gutenberg_scripts() {
93
}
94
95
96
- $table_col_mapping = Visualizer_Source_Query_Params::get_all_db_tables_column_mapping();
+ $table_col_mapping = Visualizer_Source_Query_Params::get_all_db_tables_column_mapping( null, false );
97
98
$translation_array = array(
99
'isPro' => $type,
0 commit comments