mirror of
https://github.com/apache/superset.git
synced 2026-04-20 16:44:46 +00:00
fix(allow-db-explore): make that the set the allow-db-explore option (#19030)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user