From 62e49ee30c4938a51ae578a23d1caa231178c64e Mon Sep 17 00:00:00 2001 From: Rene Enriquez Date: Tue, 19 May 2020 11:27:57 -0500 Subject: [PATCH] fix: #252 remove description as required on customers creation --- .../components/create-customer/create-customer.html | 5 ----- .../components/create-customer/create-customer.ts | 6 +----- .../components/details-fields/details-fields.component.ts | 2 +- 3 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/app/modules/customer-management/components/customer-info/components/create-customer/create-customer.html b/src/app/modules/customer-management/components/customer-info/components/create-customer/create-customer.html index 2e21622f6..606a9a3ab 100644 --- a/src/app/modules/customer-management/components/customer-info/components/create-customer/create-customer.html +++ b/src/app/modules/customer-management/components/customer-info/components/create-customer/create-customer.html @@ -24,11 +24,6 @@ formControlName="description" placeholder="Customer description" > - Customer description is required