diff --git a/frontend/src/pages/SynthesisTask/components/SynthesisTaskTab.tsx b/frontend/src/pages/SynthesisTask/components/SynthesisTaskTab.tsx index 9bebb919..8a43e3b3 100644 --- a/frontend/src/pages/SynthesisTask/components/SynthesisTaskTab.tsx +++ b/frontend/src/pages/SynthesisTask/components/SynthesisTaskTab.tsx @@ -16,7 +16,9 @@ import { formatDateTime } from "@/utils/unit"; import { querySynthesisTasksUsingGet, deleteSynthesisTaskByIdUsingDelete, + archiveSynthesisTaskToDatasetUsingPost, } from "@/pages/SynthesisTask/synthesis-api"; +import { createDatasetUsingPost } from "@/pages/DataManagement/dataset.api"; interface SynthesisTask { id: string; @@ -183,6 +185,23 @@ export default function SynthesisTaskTab() { icon={} /> + + +