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:
parent
ad1338fb47
commit
ea6753d27d
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue