Fix filter popover under data table (#12377)

This commit is contained in:
Kamil Gabryjelski 2021-01-09 09:54:39 +01:00 committed by GitHub
parent 41751529a6
commit 6a3103ff49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -104,7 +104,6 @@ class AdhocFilterPopoverTrigger extends React.PureComponent<
defaultVisible={this.state.popoverVisible}
visible={this.state.popoverVisible}
onVisibleChange={this.togglePopover}
overlayStyle={{ zIndex: 1 }}
destroyTooltipOnHide={this.props.createNew}
>
{this.props.children}