mirror of
https://github.com/apache/superset.git
synced 2026-07-18 20:55:47 +00:00
feat: Adds Histogram chart migration logic (#28780)
This commit is contained in:
committed by
GitHub
parent
dabb4e064f
commit
df0b1cb8ed
@@ -124,6 +124,7 @@ const ColumnSelectPopoverTrigger = ({
|
||||
isTemporal,
|
||||
onColumnEdit,
|
||||
popoverLabel,
|
||||
disabledTabs,
|
||||
],
|
||||
);
|
||||
|
||||
|
||||
@@ -207,6 +207,7 @@ function DndColumnSelect(props: DndColumnSelectProps) {
|
||||
closePopover={closePopover}
|
||||
visible={newColumnPopoverVisible}
|
||||
isTemporal={isTemporal}
|
||||
disabledTabs={disabledTabs}
|
||||
>
|
||||
<div />
|
||||
</ColumnSelectPopoverTrigger>
|
||||
|
||||
Reference in New Issue
Block a user