fix: prompts list height (#340)
This commit is contained in:
@@ -215,7 +215,7 @@ export const SystemPrompt: FC<Props> = ({
|
||||
onKeyDown={handleKeyDown}
|
||||
/>
|
||||
|
||||
{showPromptList && prompts.length > 0 && (
|
||||
{showPromptList && filteredPrompts.length > 0 && (
|
||||
<div>
|
||||
<PromptList
|
||||
activePromptIndex={activePromptIndex}
|
||||
|
||||
Reference in New Issue
Block a user