Skip to content

Commit 8785c18

Browse files
feat(tasks): add approverId to task update in SingleTask component (#2518)
Co-authored-by: Lewis Carhart <lewis@trycomp.ai>
1 parent fceaaa8 commit 8785c18

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • apps/app/src/app/(app)/[orgId]/tasks/[taskId]/components

apps/app/src/app/(app)/[orgId]/tasks/[taskId]/components/SingleTask.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ export function SingleTask({
172172
await updateTask({
173173
status: updates.status,
174174
assigneeId: updates.assigneeId,
175+
approverId: updates.approverId,
175176
frequency: updates.frequency,
176177
department: updates.department,
177178
reviewDate: updates.reviewDate ? String(updates.reviewDate) : undefined,

0 commit comments

Comments
 (0)