check list
This commit is contained in:
@@ -150,7 +150,11 @@ const TaskDetailModal: FC<Props> = ({ open, task, statusLabel, onClose }) => {
|
||||
|
||||
<AttachmentList attachments={taskDetail?.attachments} />
|
||||
|
||||
<CheckLists checklists={taskDetail?.checklists} />
|
||||
<CheckLists
|
||||
checkListItems={taskDetail?.checkListItems}
|
||||
checkListItemCount={taskDetail?.checkListItemCount}
|
||||
completedCheckListItemCount={taskDetail?.completedCheckListItemCount}
|
||||
/>
|
||||
</>
|
||||
)}
|
||||
</DefaulModal>
|
||||
|
||||
Reference in New Issue
Block a user