Skip to content

Commit 2109acd

Browse files
committed
Fix issue passing Popover ref into IconButton
1 parent 856cb6b commit 2109acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-sidebar/src/components/connections-filter-popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default function ConnectionsFilterPopover({
9191
>
9292
Filter connections
9393
</Tooltip>
94-
<InteractivePopover
94+
<InteractivePopover<HTMLButtonElement>
9595
open={open}
9696
setOpen={setOpen}
9797
containerClassName={containerStyles}

0 commit comments

Comments
 (0)