From fbcd9fa568af0592520ccda847a08986f4101c9d Mon Sep 17 00:00:00 2001 From: Yubing325 <35515298+Yubing325@users.noreply.github.com> Date: Mon, 2 Nov 2020 09:56:19 -0600 Subject: [PATCH] fixed error message on command modal shows everytime --- .../command-modal.component.html | 2 +- .../command-modal/command-modal.component.ts | 6 +-- .../grid-filter-demo.component.html | 44 +++++++------------ 3 files changed, 20 insertions(+), 32 deletions(-) diff --git a/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/command-modal/command-modal.component.html b/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/command-modal/command-modal.component.html index 875fd6d..b8ecc7e 100644 --- a/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/command-modal/command-modal.component.html +++ b/projects/poweredsoft/ngx-bootstrap/src/lib/command-modal/command-modal/command-modal.component.html @@ -7,7 +7,7 @@ - + commandText="Update" [dataSource]="merchantDataSource" command="changeMerchant" [model]="model" + [template]="theModal">Change + + @@ -78,17 +70,16 @@ - + - + - + - + @@ -99,7 +90,4 @@ - - - - + \ No newline at end of file