Skip to content

Commit

Permalink
fix(filter-picker): fix filter-picker tooltip props (#1921)
Browse files Browse the repository at this point in the history
Co-authored-by: maxin <maxin@growingio.com>
  • Loading branch information
nnmax and maxin committed Mar 23, 2022
1 parent 924c679 commit 48eaa36
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ function FilterCondition(props: FilterConditionProps) {
disabled={conditionText === textObject.selectFilter}
getContainer={() => document.body}
placement="topLeft"
distoryOnHide={false}
trigger="click"
>
<span className="filter-condition_select-text">{conditionText}</span>
</Tooltip>
Expand Down

1 comment on commit 48eaa36

@vercel
Copy link

@vercel vercel bot commented on 48eaa36 Mar 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.