mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -112,7 +112,7 @@ export default function transformProps(chartProps: ChartProps<QueryFormData>) {
|
||||
const dateFormatters = colnames
|
||||
.filter(
|
||||
(colname: string, index: number) =>
|
||||
coltypes[index] === GenericDataType.TEMPORAL,
|
||||
coltypes[index] === GenericDataType.Temporal,
|
||||
)
|
||||
.reduce(
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user