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:
@@ -361,8 +361,8 @@ export default class TimeSeriesColumnControl extends Component {
|
||||
trigger="click"
|
||||
content={this.renderPopover()}
|
||||
title={t('Column Configuration')}
|
||||
visible={this.state.popoverVisible}
|
||||
onVisibleChange={this.onPopoverVisibleChange}
|
||||
open={this.state.popoverVisible}
|
||||
onOpenChange={this.onPopoverVisibleChange}
|
||||
>
|
||||
<InfoTooltipWithTrigger
|
||||
icon="edit"
|
||||
|
||||
Reference in New Issue
Block a user