Skip to content

Commit

Permalink
fix: added the missing props
Browse files Browse the repository at this point in the history
  • Loading branch information
Achintya-Chatterjee committed Dec 2, 2024
1 parent 2f3680e commit 5f0d9c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interfaces/task.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ export type CardProps = {

export type ProgressContainerProps = {
content: task;
isDev?: boolean;
};

export default task;
Expand Down

0 comments on commit 5f0d9c8

Please sign in to comment.