This commit is contained in:
Sabda Yagra 2025-11-26 07:52:04 +07:00
commit ae2fcb623a
1 changed files with 2 additions and 2 deletions

View File

@ -356,12 +356,12 @@ export default function FormTask() {
taskType, taskType,
broadcastType, broadcastType,
assignmentMainTypeId: mainType, assignmentMainTypeId: mainType,
assignmentTypeId: type,
fileTypeOutput: selectedOutputs, fileTypeOutput: selectedOutputs,
assignmentTypeId: type,
narration: data.naration, narration: data.naration,
platformType: "",
title: data.title, title: data.title,
attachmentUrl: links, attachmentUrl: links,
platformType: "",
}; };
// const requestData = { // const requestData = {