mirror of
https://github.com/apache/superset.git
synced 2026-04-25 19:14:27 +00:00
fix(explore): datasource_type typo (#22543)
Co-authored-by: musa.hammadi <musa.hammadi@infostrategic.com>
This commit is contained in:
@@ -50,8 +50,8 @@ const EXPLORE_URL_SEARCH_PARAMS = {
|
||||
datasource: {
|
||||
name: 'datasource',
|
||||
parser: (datasource: string) => {
|
||||
const [datasource_id, datasouce_type] = datasource.split('__');
|
||||
return { datasource_id, datasouce_type };
|
||||
const [datasource_id, datasource_type] = datasource.split('__');
|
||||
return { datasource_id, datasource_type };
|
||||
},
|
||||
},
|
||||
form_data_key: {
|
||||
|
||||
Reference in New Issue
Block a user