mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-08-31 19:27:24 +00:00
fix: update keywords handling in DropdownItem component
This commit is contained in:
parent
a59b31b5c4
commit
4315e864c0
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
{#if componentProps && dropdownContext}
|
||||
<Command.Item
|
||||
value={componentProps.value}
|
||||
keywords={componentProps.keywords}
|
||||
keywords={[...(componentProps.keywords ?? []), componentProps.title]}
|
||||
onSelect={() => dropdownContext.onSelect(componentProps.value)}
|
||||
>
|
||||
<CheckIcon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue