mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -85,8 +85,8 @@ export default function transformProps(
|
||||
);
|
||||
|
||||
const headerFormatter =
|
||||
coltypes[0] === GenericDataType.TEMPORAL ||
|
||||
coltypes[0] === GenericDataType.STRING ||
|
||||
coltypes[0] === GenericDataType.Temporal ||
|
||||
coltypes[0] === GenericDataType.String ||
|
||||
forceTimestampFormatting
|
||||
? formatTime
|
||||
: numberFormatter;
|
||||
|
||||
Reference in New Issue
Block a user