Skip to content

Commit

Permalink
fix(allow-db-explore): make that the set the allow-db-explore option (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
prosdev0107 committed Mar 9, 2022
1 parent 3c1fb94 commit 62ad574
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 62ad574

Please sign in to comment.