From 768c838d3d13721436a5cde82a3153bf9180f637 Mon Sep 17 00:00:00 2001 From: Michael Bromley Date: Tue, 2 Jun 2020 12:13:52 +0200 Subject: [PATCH] feat(admin-ui): Add phoneNumber to customer detail form Closes #359 --- .../customer-detail/customer-detail.component.html | 7 +++++++ .../customer-detail/customer-detail.component.ts | 2 ++ 2 files changed, 9 insertions(+) diff --git a/packages/admin-ui/src/lib/customer/src/components/customer-detail/customer-detail.component.html b/packages/admin-ui/src/lib/customer/src/components/customer-detail/customer-detail.component.html index 1d221b4d88..ff907b6fa0 100644 --- a/packages/admin-ui/src/lib/customer/src/components/customer-detail/customer-detail.component.html +++ b/packages/admin-ui/src/lib/customer/src/components/customer-detail/customer-detail.component.html @@ -46,6 +46,13 @@ > + + + { @@ -187,6 +188,7 @@ export class CustomerDetailComponent extends BaseDetailComponent