refactor(Popover): Upgrade Popover to Antd5 (#31973)

Co-authored-by: Geido <60598000+geido@users.noreply.github.com>
This commit is contained in:
Alexandru Soare
2025-02-10 16:38:17 +02:00
committed by GitHub
parent 06f8f8e608
commit 0030f46d2d
30 changed files with 157 additions and 228 deletions

View File

@@ -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"