mirror of
https://github.com/apache/superset.git
synced 2026-06-01 13:49:21 +00:00
fix: Convert TIMESTAMP_* to TIMESTAMP in Snowflake (#22872)
This commit is contained in:
@@ -334,7 +334,7 @@ class AnnotationLayer extends React.PureComponent {
|
||||
...x,
|
||||
data: {
|
||||
...x.data,
|
||||
groupby: x.data.groupby.map(column =>
|
||||
groupby: x.data.groupby?.map(column =>
|
||||
getColumnLabel(column),
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user