Do not send invitation email

This commit is contained in:
dominik-zeglen 2019-10-11 14:58:14 +02:00
parent 35795c94bb
commit aec3e3ec73

View file

@ -79,7 +79,7 @@ export const CustomerCreate: React.StatelessComponent<{}> = () => {
firstName: formData.customerFirstName,
lastName: formData.customerLastName,
note: formData.note,
sendPasswordEmail: true
sendPasswordEmail: false
}
}
});