Skip to content

fix: kanban height #370

fix: kanban height

fix: kanban height #370

Triggered via push August 29, 2025 19:34
Status Failure
Total duration 59s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Release
Process completed with exit code 2.
Release: src/components/Projects/ProjectView.tsx#L0
Type '{ initialProjects: Project[]; initialEpics: Epic[]; initialSprints: Sprint[]; initialTasks: Task[]; initialColleagues: DigitalColleague[]; initialUsers: User[]; ... 5 more ...; onAddComment: (({ content, taskId }: { ...; }) => Promise<...>) | undefined; }' is not assignable to type 'IntrinsicAttributes & KanbanBoardProps'.
Release: src/components/Projects/KanbanBoardView.tsx#L0
Cannot find name 'onAddComment'.
Release: src/components/Projects/KanbanBoardView.tsx#L0
Type '(taskId: string, updates: Partial<Task>) => Promise<void>' is not assignable to type '(taskId: string, updates: Partial<Task>) => Promise<Task>'.
Release
Process completed with exit code 127.