change status checklist

This commit is contained in:
hamid zarghami
2026-07-12 12:00:08 +03:30
parent 50d4ff9281
commit 7c2d6c465e
5 changed files with 61 additions and 3 deletions
@@ -151,6 +151,7 @@ const TaskDetailModal: FC<Props> = ({ open, task, statusLabel, onClose }) => {
<AttachmentList attachments={taskDetail?.attachments} />
<CheckLists
taskId={task.id}
checkListItems={taskDetail?.checkListItems}
checkListItemCount={taskDetail?.checkListItemCount}
completedCheckListItemCount={taskDetail?.completedCheckListItemCount}