Skip to content

Commit 839b201

Browse files
enable feature by default
1 parent a5780f6 commit 839b201

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

classes/Visualizer/Module/Chart.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,6 @@ private function loadCodeEditorAssets() {
326326
return;
327327
}
328328

329-
if ( strpos( VISUALIZER_ENABLE_BETA_FEATURES, 'db-query' ) === false ) {
330-
return;
331-
}
332-
333329
$table_col_mapping = Visualizer_Source_Query_Params::get_all_db_tables_column_mapping();
334330

335331
// data tables assets.

0 commit comments

Comments
 (0)