Skip to content

Commit 66bd8b5

Browse files
committed
ack PR comments
1 parent 8995f70 commit 66bd8b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/components/emcn/components/popover/popover.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ const PopoverSearch = React.forwardRef<HTMLDivElement, PopoverSearchProps>(
723723
setSearchQuery('')
724724
onValueChange?.('')
725725
inputRef.current?.focus()
726-
}, [])
726+
}, [setSearchQuery, onValueChange])
727727

728728
return (
729729
<div ref={ref} className={cn('flex items-center px-[8px] py-[6px]', className)} {...props}>

0 commit comments

Comments
 (0)