feat: Implement phases 5, 6, and 7

This commit is contained in:
gpt-engineer-app[bot]
2025-10-09 18:52:38 +00:00
parent f8232e4555
commit 8c5cf40ccb
5 changed files with 13 additions and 139 deletions

View File

@@ -128,7 +128,7 @@ export function ParkForm({ onSubmit, onCancel, initialData, isEditing = false }:
watch,
formState: { errors }
} = useForm<ParkFormData>({
resolver: zodResolver(parkSchema),
resolver: zodResolver(entitySchemas.park),
defaultValues: {
name: initialData?.name || '',
slug: initialData?.slug || '',