mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
refactor(Popover): Upgrade Popover to Antd5 (#31973)
Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
This commit is contained in:
@@ -47,9 +47,9 @@ const ContourPopoverTrigger = ({
|
||||
<ControlPopover
|
||||
trigger="click"
|
||||
content={popoverContent}
|
||||
defaultVisible={visible}
|
||||
visible={visible}
|
||||
onVisibleChange={setVisibility}
|
||||
defaultOpen={visible}
|
||||
open={visible}
|
||||
onOpenChange={setVisibility}
|
||||
destroyTooltipOnHide
|
||||
>
|
||||
{props.children}
|
||||
|
||||
Reference in New Issue
Block a user