diff --git a/src/features/prompts/components/PromptPanel.tsx b/src/features/prompts/components/PromptPanel.tsx index f8b2014d7..85bd728f1 100644 --- a/src/features/prompts/components/PromptPanel.tsx +++ b/src/features/prompts/components/PromptPanel.tsx @@ -402,179 +402,181 @@ export function PromptPanel({ {hasPrompts ? `${totalCount} prompt${totalCount === 1 ? "" : "s"}` : "No prompts"} - {editor && ( -
-
+
+ + setQuery(event.target.value)} + aria-label="Filter prompts" + /> +
+
+ {editor && ( +
+
+ + +
+
+ + +