diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index d8ab132..2a7b5de 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -289,7 +289,7 @@ export const ChatInput: FC = ({ - {showPromptList && prompts.length > 0 && ( + {showPromptList && filteredPrompts.length > 0 && (
= ({ onKeyDown={handleKeyDown} /> - {showPromptList && prompts.length > 0 && ( + {showPromptList && filteredPrompts.length > 0 && (