fix(allow-db-explore): make to check the allow virtual table explore 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
This commit is contained in:
smileydev 2022-04-28 15:52:33 -04:00 committed by GitHub
parent ad1338fb47
commit ea6753d27d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) {