From 8c814c644cbcdd27e45bad595abe971983d3a850 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Mon, 19 Apr 2021 18:38:18 +0100 Subject: Add Property UI Flow Issue-ID: SDC-3564 Signed-off-by: aribeiro Change-Id: I3c0dfe516268b0ad3f2fff00a7ff29fb7e4e9ef5 --- .../properties-assignment/properties-assignment.page.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html') diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html index 7da0ecdbbd..46e4d47339 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html @@ -87,7 +87,7 @@
Add Property
+ (click)="addProperty()" data-tests-id="properties-add-button" [ngClass]="{'disabled': !isSelf()}">Add Property
Add Input
-- cgit 1.2.3-korg