mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
fix(dashboard): Support bigint value in native filters (#32549)
This commit is contained in:
@@ -98,6 +98,7 @@ class BigNumberVis extends PureComponent<BigNumberVizProps> {
|
||||
!formatTime ||
|
||||
!showTimestamp ||
|
||||
typeof timestamp === 'string' ||
|
||||
typeof timestamp === 'bigint' ||
|
||||
typeof timestamp === 'boolean'
|
||||
)
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user