add multiselect and sort options to service list #363
main.yml
on: push
Backend build and integration tests
1m 7s
Frontend build
13s
Docker build
39s
Annotations
10 errors
Frontend build
Type '{ personId: number; firstName: string; lastName: string; groups: { groupId: number; groupName: string; groupMemberStatus: "Active" | "Requested" | "ToDelete"; comment: string; }[]; serviceDates: { ...; }[]; }[] | undefined' is not assignable to type '{ personId: number; firstName: string; lastName: string; groups: { groupId: number; groupName: string; groupMemberStatus: "Active" | "Requested" | "ToDelete"; comment: string; }[]; serviceDates: { ...; }[]; }[] | null'.
|
Frontend build
Parameter 'serviceDates' implicitly has an 'any' type.
|
Frontend build
Parameter 'dateObj' implicitly has an 'any' type.
|
Frontend build
Parameter 'date' implicitly has an 'any' type.
|
Frontend build
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
Frontend build
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
Frontend build
Type '{ personId: number; firstName: string; lastName: string; groups: { groupId: number; groupName: string; groupMemberStatus: "Active" | "Requested" | "ToDelete"; comment: string; }[]; serviceDates: { ...; }[]; }[] | undefined' is not assignable to type '{ personId: number; firstName: string; lastName: string; groups: { groupId: number; groupName: string; groupMemberStatus: "Active" | "Requested" | "ToDelete"; comment: string; }[]; serviceDates: { ...; }[]; }[] | null'.
|
Frontend build
'__VLS_ctx.services.length' is possibly 'undefined'.
|
Frontend build
Process completed with exit code 1.
|
Docker build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c npm run build" did not complete successfully: exit code: 1
|