Skip to content

Commit

Permalink
fix(allow-db-explore): make to check the allow virtual table explore …
Browse files Browse the repository at this point in the history
…option by default (#19883)

* fix(db & explore): make to check the allow-db-explore option by default

* fix(db-explore): make to remove console.log
  • Loading branch information
prosdev0107 committed Apr 28, 2022
1 parent ad1338f commit ea6753d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function dbReducer(
};
let query = {};
let query_input = '';
let deserializeExtraJSON = {};
let deserializeExtraJSON = { allows_virtual_table_explore: true };
let extra_json: DatabaseObject['extra_json'];

switch (action.type) {
Expand Down

0 comments on commit ea6753d

Please sign in to comment.