|
|
@@ -415,7 +415,7 @@ export const PromptInput: Component<PromptInputProps> = (props) => {
|
|
|
} = useFilteredList<SlashCommand>({
|
|
|
items: slashCommands,
|
|
|
key: (x) => x?.id,
|
|
|
- filterKeys: ["trigger", "title", "description"],
|
|
|
+ filterKeys: ["trigger", "title"],
|
|
|
onSelect: handleSlashSelect,
|
|
|
})
|
|
|
|