fix #14
@ -12,7 +12,7 @@ const FileTracker = ({ file, setDeletedTask, taskId }) => {
|
|||||||
apiRequest("/file/detach", {
|
apiRequest("/file/detach", {
|
||||||
method: "DELETE",
|
method: "DELETE",
|
||||||
data: {
|
data: {
|
||||||
file_id: file.id,
|
file_id: file.file_id,
|
||||||
entity_type: 2,
|
entity_type: 2,
|
||||||
entity_id: taskId,
|
entity_id: taskId,
|
||||||
status: 0
|
status: 0
|
||||||
|
Loading…
Reference in New Issue
Block a user