diff --git a/frontend/src/components/domain/unified-wizard/wizards/CustomerOrderWizard.tsx b/frontend/src/components/domain/unified-wizard/wizards/CustomerOrderWizard.tsx index 5121474a..14b80dad 100644 --- a/frontend/src/components/domain/unified-wizard/wizards/CustomerOrderWizard.tsx +++ b/frontend/src/components/domain/unified-wizard/wizards/CustomerOrderWizard.tsx @@ -172,30 +172,104 @@ const CustomerSelectionStep: React.FC = ({ data, onDataChange, {/* Customer List */} -
- {filteredCustomers.map((customer) => ( -
- - ))} + + )) + )} {/* Create New Customer Button */}