feat: add export func
This commit is contained in:
@@ -101,7 +101,7 @@ export default function ExportSidebar({ isOpen, onClose, result }: ExportSidebar
|
|||||||
...(token ? { 'Authorization': token } : {}),
|
...(token ? { 'Authorization': token } : {}),
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
task_id: parseInt(result.id, 10),
|
task_no: result.id,
|
||||||
type: type,
|
type: type,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user