fix(allow-db-explore): make that the set the allow-db-explore option (#19030)

This commit is contained in:
smileydev
2022-03-09 16:59:57 -05:00
committed by GitHub
parent 3c1fb944c1
commit 62ad574c24

View File

@@ -214,7 +214,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) {