Skip to content

Commit 329e58b

Browse files
committed
fix: optional customer project pair
1 parent 6722be1 commit 329e58b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DeliveryLead/DeliveryLeadSubmissionWithList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export interface DeliveryLeadSubmissionWithListProps {
1414
formData: DeliveryLeadSubmissionData,
1515
) => Promise<{ success: boolean; message: string }>
1616
isLoading?: boolean
17-
customerProjectPairs: CustomerProjectPair[]
17+
customerProjectPairs?: CustomerProjectPair[]
1818
}
1919

2020
export function DeliveryLeadSubmissionWithList({

0 commit comments

Comments
 (0)