diff options
Diffstat (limited to 'frontend/src/components/ContractList.tsx')
| -rw-r--r-- | frontend/src/components/ContractList.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/ContractList.tsx b/frontend/src/components/ContractList.tsx index 77012db..d6b332c 100644 --- a/frontend/src/components/ContractList.tsx +++ b/frontend/src/components/ContractList.tsx @@ -8,6 +8,8 @@ interface ContractSummary { contract_type: string phase: string status: string + localOnly?: boolean + autoMergeLocal?: boolean file_count: number task_count: number repository_count: number |
