From c19f4d24038367900052bcaba11e3b186be3776d Mon Sep 17 00:00:00 2001 From: Rene Enriquez Date: Fri, 24 Apr 2020 15:08:51 -0500 Subject: [PATCH] fix: #186 mark customer description as required and #185 fix error message --- .../components/create-customer/create-customer.html | 9 +++++++-- .../components/create-customer/create-customer.ts | 2 +- 2 files changed, 8 insertions(+), 3 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 daf2afa35..214db3587 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 @@ -3,7 +3,7 @@