Add status select in epic detail view #104
Annotations
2 errors
Type Check:
src/components/EpicView/EpicCard.tsx#L201
Type '{ creator: string; description: string; rank: string; reporter: User; sprint?: Sprint | undefined; subtasks: { id: string; key: string; fields: { summary: string; }; }[]; created: string; ... 10 more ...; closeModal: () => void; }' is missing the following properties from type '{ issueKey: string; summary: string; labels: string[]; assignee?: User | undefined; description: string; created: string; updated: string; status: string; projectId: string; type: string; closeModal: () => void; }': status, projectId, type
|
Type Check
Process completed with exit code 2.
|