Skip to content

Commit 8a32d48

Browse files
committed
Update CreateProjectDialog.cy.tsx
1 parent 207486d commit 8a32d48

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Dialogs/CreateProjectDialog.cy.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const CreateProjectWorkspaceDialogWrapper: React.FC<{
2222
setValue,
2323
formState: { errors },
2424
watch,
25-
watch,
2625
} = useForm<CreateDialogProps>({
2726
resolver: zodResolver(validationSchemaProjectWorkspace),
2827
defaultValues: {

0 commit comments

Comments
 (0)