🐛 Fixing phone number

This commit is contained in:
Maxime Lalo 2023-05-05 17:40:43 +02:00
parent 54b85ad5b9
commit a053b33037

View File

@ -102,7 +102,7 @@ class UpdateClientClass extends BasePage<IPropsClass, IState> {
fakeplaceholder="Numéro de téléphone" fakeplaceholder="Numéro de téléphone"
isPositiveNumber isPositiveNumber
onChange={this.onChangePhoneNumberInput} onChange={this.onChangePhoneNumberInput}
defaultValue={this.state.customer?.contact?.phone_number ?? ""} defaultValue={this.state.customer?.contact?.cell_phone_number ?? ""}
/> />
<InputField <InputField
name="birthdate" name="birthdate"