Fix TS2345: add missing version to subtask toggle mutation call
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
688ce1c132
commit
bb4212d17f
@ -702,6 +702,7 @@ export default function ProjectDetail() {
|
||||
toggleTaskMutation.mutate({
|
||||
taskId: subtask.id,
|
||||
status: subtask.status,
|
||||
version: subtask.version,
|
||||
})
|
||||
}
|
||||
togglePending={toggleTaskMutation.isPending}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user