diff --git a/src/components/customers/addDrawer/AddCustomerDrawer.tsx b/src/components/customers/addDrawer/AddCustomerDrawer.tsx index b10f1f5dc..095317f4e 100644 --- a/src/components/customers/addDrawer/AddCustomerDrawer.tsx +++ b/src/components/customers/addDrawer/AddCustomerDrawer.tsx @@ -112,7 +112,7 @@ export const AddCustomerDrawer = forwardRef((_, ref) => { metadata: customer?.metadata ?? undefined, }, validationSchema: object().shape({ - name: string().required(''), + name: string(), email: string().email('text_620bc4d4269a55014d493fc3'), externalId: string().required(''), metadata: metadataSchema(),