Add new observation form for custom observations #86
Annotations
2 errors
Quality check:
src/app/[locale]/map/observation/[path]/details/[id]/page.tsx#L18
Type '{ values: { id: string; value: any; label?: string | undefined; }[]; id: string; contributedAt: string; label?: string | undefined; description?: string | undefined; attachments?: Attachement[] | undefined; }' is missing the following properties from type '{ values: any[]; contributedAt: string; id: string; label: string; description: string; customContributionTypes: number[]; geometry: { coordinates: number[]; }; attachments: Attachement[]; }': customContributionTypes, geometry
|
Quality check
Process completed with exit code 2.
|