attachments list
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { type FC, useEffect, useState } from "react";
|
||||
import DefaulModal from "../../../../components/DefaulModal";
|
||||
import type { Task } from "../../types";
|
||||
import AttachmentList from "./attachment/List";
|
||||
import CheckLists from "./checklist/List";
|
||||
import TaskDetailDescription from "./TaskDetailDescription";
|
||||
import TaskDetailHeader from "./TaskDetailHeader";
|
||||
@@ -43,6 +44,8 @@ const TaskDetailModal: FC<Props> = ({ open, task, statusLabel, onClose }) => {
|
||||
|
||||
<TaskDetailDescription value={description} onChange={setDescription} />
|
||||
|
||||
<AttachmentList />
|
||||
|
||||
<CheckLists />
|
||||
</DefaulModal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user