mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
[hotfix] fix world map
This commit is contained in:
@@ -266,9 +266,9 @@ export const controls = {
|
||||
}),
|
||||
},
|
||||
|
||||
country_controltype: {
|
||||
country_fieldtype: {
|
||||
type: 'SelectControl',
|
||||
label: 'Country Control Type',
|
||||
label: 'Country Field Type',
|
||||
default: 'cca2',
|
||||
choices: [
|
||||
['name', 'Full name'],
|
||||
|
||||
@@ -572,7 +572,7 @@ const visTypes = {
|
||||
label: null,
|
||||
controlSetRows: [
|
||||
['entity'],
|
||||
['country_controltype'],
|
||||
['country_fieldtype'],
|
||||
['metric'],
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user