feat(task) : add client ticket selector in TaskModal

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-15 20:14:56 +01:00
parent 6c910e7fcc
commit a2fc8e6e52
2 changed files with 27 additions and 1 deletions

View File

@@ -42,4 +42,5 @@ export type TaskWrite = {
project: string
tags: string[]
archived?: boolean
clientTicket?: string | null
}