Add Create, Edit, Delete for LifeCycle Policies #1444
Annotations
4 errors
build:
src/components/events/LifeCyclePolicies.tsx#L113
Property 'modalRef' is missing in type '{ handleClose: () => void; resource: "lifecyclepolicy"; }' but required in type '{ handleClose: () => void; resource: "events" | "acl" | "series" | "themes" | "user" | "group" | "lifecyclepolicy"; modalRef: RefObject<ModalHandle>; }'.
|
build:
src/components/events/partials/LifeCyclePolicyActionCell.tsx#L85
Property 'modalRef' is missing in type '{ close: () => void; resourceName: string; resourceType: "LIFECYCLE_POLICY"; resourceId: string; deleteMethod: (id: string) => void; }' but required in type '{ close: () => void; resourceType: "LOCATION" | "EVENT" | "ACL" | "SERIES" | "USER" | "GROUP" | "THEME" | "TOBIRA_PATH" | "LIFECYCLE_POLICY"; resourceName: string; resourceId: string; ... 5 more ...; modalRef: RefObject<...>; }'.
|
build:
src/components/events/partials/wizards/NewLifeCyclePolicyWizard.tsx#L4
Cannot find module '../../../shared/wizard/WizardStepperEvent' or its corresponding type declarations.
|
build
Process completed with exit code 2.
|