Skip to content

Form field added in declare action review page #761

Form field added in declare action review page

Form field added in declare action review page #761

Triggered via pull request February 14, 2025 11:05
@tareq89tareq89
synchronize #409
ocrvs-8458
Status Failure
Total duration 55s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
test: src/form/tennis-club-membership.ts#L38
Type '{ title: { id: string; defaultMessage: string; description: string; }; fields: ({ id: string; type: string; label: { defaultMessage: string; id: string; description: string; }; } | { type: string; id: string; required: false; label: { ...; }; signaturePromptLabel: { ...; }; })[]; }' is not assignable to type '{ title: { id: string; description: string; defaultMessage: string; }; }'.
test: src/form/tennis-club-membership.ts#L233
Type '{ title: { id: string; defaultMessage: string; description: string; }; fields: never[]; }' is not assignable to type '{ title: { id: string; description: string; defaultMessage: string; }; }'.
test: src/form/v2/birth/forms/declare.ts#L37
Type '{ title: { defaultMessage: string; id: string; description: string; }; fields: ({ id: string; type: string; label: { defaultMessage: string; id: string; description: string; }; } | { type: string; id: string; required: false; label: { ...; }; signaturePromptLabel: { ...; }; })[]; }' is not assignable to type '{ title: { id: string; description: string; defaultMessage: string; }; }'.
test
Process completed with exit code 2.