[hotfix] fix world map

This commit is contained in:
Maxime Beauchemin
2017-03-03 21:20:25 -08:00
parent f6ffc00748
commit 9d8d421384
3 changed files with 8 additions and 7 deletions

View File

@@ -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'],

View File

@@ -572,7 +572,7 @@ const visTypes = {
label: null,
controlSetRows: [
['entity'],
['country_controltype'],
['country_fieldtype'],
['metric'],
],
},