mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
chore: make TS enums strictly PascalCase (#26875)
This commit is contained in:
@@ -60,7 +60,7 @@ export function formatColumnValue(
|
||||
value: DataRecordValue,
|
||||
) {
|
||||
const { dataType, formatter, config = {} } = column;
|
||||
const isNumber = dataType === GenericDataType.NUMERIC;
|
||||
const isNumber = dataType === GenericDataType.Numeric;
|
||||
const smallNumberFormatter =
|
||||
config.d3SmallNumberFormat === undefined
|
||||
? formatter
|
||||
|
||||
Reference in New Issue
Block a user