Skip to content

Commit 6722be1

Browse files
committed
fix: customer project pairs
1 parent 5f381e7 commit 6722be1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/DeliveryLead/DeliveryLeadSubmission.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export interface DeliveryLeadSubmissionProps {
3737
onSubmit?: (
3838
formData: DeliveryLeadSubmissionData,
3939
) => Promise<{ success: boolean; message: string }>
40-
customerProjectPairs: CustomerProjectPair[]
40+
customerProjectPairs?: CustomerProjectPair[]
4141
}
4242

4343
export function DeliveryLeadSubmissionComponent({ onSubmit, customerProjectPairs }: DeliveryLeadSubmissionProps) {

0 commit comments

Comments
 (0)