From a053b3303739b196d44c06a2d95a53aab4e2d9b3 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 5 May 2023 17:40:43 +0200 Subject: [PATCH] :bug: Fixing phone number --- src/front/Components/Layouts/Folder/UpdateClient/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/Folder/UpdateClient/index.tsx b/src/front/Components/Layouts/Folder/UpdateClient/index.tsx index 14b4fcdf..e4b57570 100644 --- a/src/front/Components/Layouts/Folder/UpdateClient/index.tsx +++ b/src/front/Components/Layouts/Folder/UpdateClient/index.tsx @@ -102,7 +102,7 @@ class UpdateClientClass extends BasePage { 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 ?? ""} />