Fix unused open

This commit is contained in:
MartinBraquet
2025-10-14 20:48:21 +02:00
parent 0f63d6d3a0
commit 51b8a6c80a

View File

@@ -52,7 +52,7 @@ export function SearchableSelect(props: {
return (
<Popover className={clsx('relative', parentClassName)}>
{({ open, close }) => (
{({ open: _open, close }) => (
<>
<Popover.Button
ref={setReferenceElement}