Skip to content

Add new observation form for custom observations #86

Add new observation form for custom observations

Add new observation form for custom observations #86

Triggered via pull request April 29, 2024 16:36
Status Failure
Total duration 30s
Artifacts

quality.yml

on: pull_request
Quality check
20s
Quality check
Fit to window
Zoom out
Zoom in

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.