diff --git a/ui/src/components/IssueChatThread.test.tsx b/ui/src/components/IssueChatThread.test.tsx index bcc6b8bd..1765a65f 100644 --- a/ui/src/components/IssueChatThread.test.tsx +++ b/ui/src/components/IssueChatThread.test.tsx @@ -51,12 +51,15 @@ vi.mock("./MarkdownEditor", () => ({ MarkdownEditor: ({ value = "", onChange, + placeholder, }: { value?: string; onChange?: (value: string) => void; + placeholder?: string; }) => (