Description not being send with TaskinSentence
This commit is contained in:
@@ -598,6 +598,7 @@ const TaskInput = ({ autoFocus, onChoreUpdate, isModalOpen, onClose }) => {
|
|||||||
|
|
||||||
const chore = {
|
const chore = {
|
||||||
name: taskTitle,
|
name: taskTitle,
|
||||||
|
description: description,
|
||||||
assignees: finalAssignees,
|
assignees: finalAssignees,
|
||||||
dueDate: dueDate ? new Date(dueDate).toISOString() : null,
|
dueDate: dueDate ? new Date(dueDate).toISOString() : null,
|
||||||
assignedTo: finalAssignedTo,
|
assignedTo: finalAssignedTo,
|
||||||
|
|||||||
Reference in New Issue
Block a user