mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -165,7 +165,7 @@ const config: ControlPanelConfig = {
|
||||
description: t('Further customize how to display each metric'),
|
||||
renderTrigger: true,
|
||||
configFormLayout: {
|
||||
[GenericDataType.NUMERIC]: [[radarMetricMaxValue]],
|
||||
[GenericDataType.Numeric]: [[radarMetricMaxValue]],
|
||||
},
|
||||
shouldMapStateToProps() {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user