Description not being send with TaskinSentence

This commit is contained in:
Mo Tarbin
2026-04-05 20:26:51 -04:00
parent e0f00fd4f5
commit 629920c2b3

View File

@@ -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,