diff --git a/src/renderer/src/components/NewWorkspaceComposerCard.start-from.test.tsx b/src/renderer/src/components/NewWorkspaceComposerCard.start-from.test.tsx index 5b186fc9378..15edfd8680e 100644 --- a/src/renderer/src/components/NewWorkspaceComposerCard.start-from.test.tsx +++ b/src/renderer/src/components/NewWorkspaceComposerCard.start-from.test.tsx @@ -55,12 +55,18 @@ vi.mock('@/components/new-workspace/ProjectCombobox', () => ({ vi.mock('@/components/repo/CreateFromPicker', () => ({ CreateFromPicker: ({ value, - onValueChange + onValueChange, + readOnly }: { value: string onValueChange: (next: string) => void + readOnly?: boolean }) => ( -
{resetHint}
: null}