Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulramesha committed Sep 24, 2024
1 parent b1d8edb commit 7fd7e67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/core/components/issues/issue-layouts/kanban/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ interface IssueBlockProps {
displayProperties: IIssueDisplayProperties | undefined;
draggableId: string;
canDropOverIssue: boolean;
shouldRenderByDefault?: boolean;
updateIssue: ((projectId: string | null, issueId: string, data: Partial<TIssue>) => Promise<void>) | undefined;
quickActions: TRenderQuickActions;
canEditProperties: (projectId: string | undefined) => boolean;
Expand Down

0 comments on commit 7fd7e67

Please sign in to comment.