diff --git a/src/components/ExportSidebar.tsx b/src/components/ExportSidebar.tsx index 50c5aa2..66eea83 100644 --- a/src/components/ExportSidebar.tsx +++ b/src/components/ExportSidebar.tsx @@ -101,7 +101,7 @@ export default function ExportSidebar({ isOpen, onClose, result }: ExportSidebar ...(token ? { 'Authorization': token } : {}), }, body: JSON.stringify({ - task_id: parseInt(result.id, 10), + task_no: result.id, type: type, }), });