🐛 Fixing phone number
This commit is contained in:
parent
54b85ad5b9
commit
a053b33037
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user