🐛 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"
|
||||
isPositiveNumber
|
||||
onChange={this.onChangePhoneNumberInput}
|
||||
defaultValue={this.state.customer?.contact?.phone_number ?? ""}
|
||||
defaultValue={this.state.customer?.contact?.cell_phone_number ?? ""}
|
||||
/>
|
||||
<InputField
|
||||
name="birthdate"
|
||||
|
Loading…
x
Reference in New Issue
Block a user