mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -113,7 +113,7 @@ export default {
|
||||
? colnames
|
||||
.filter(
|
||||
(colname: string, index: number) =>
|
||||
coltypes[index] === GenericDataType.NUMERIC,
|
||||
coltypes[index] === GenericDataType.Numeric,
|
||||
)
|
||||
.map(colname => ({
|
||||
value: colname,
|
||||
|
||||
Reference in New Issue
Block a user