diff --git a/src/components/tasks/new-task-dialog.tsx b/src/components/tasks/new-task-dialog.tsx index 41b6bdd..7ecc6ed 100644 --- a/src/components/tasks/new-task-dialog.tsx +++ b/src/components/tasks/new-task-dialog.tsx @@ -36,6 +36,11 @@ interface CaseOption { id: string; case_number: string; title: string; + client_id: string | null; +} +interface ClientOption { + id: string; + name: string; } interface Profile { id: string;