Do not send invitation email
This commit is contained in:
parent
35795c94bb
commit
aec3e3ec73
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export const CustomerCreate: React.StatelessComponent<{}> = () => {
|
|||
firstName: formData.customerFirstName,
|
||||
lastName: formData.customerLastName,
|
||||
note: formData.note,
|
||||
sendPasswordEmail: true
|
||||
sendPasswordEmail: false
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue