From 16004667acb715e6576490585760a25703cb45c0 Mon Sep 17 00:00:00 2001 From: Ryan Mathis Date: Thu, 5 Sep 2019 13:27:01 -0700 Subject: [PATCH] NOJIRA: fixed issue with array comparison --- .../component/property/array-property.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/app/metadata/configuration/component/property/array-property.component.html b/ui/src/app/metadata/configuration/component/property/array-property.component.html index baff50a8a..53682ea90 100644 --- a/ui/src/app/metadata/configuration/component/property/array-property.component.html +++ b/ui/src/app/metadata/configuration/component/property/array-property.component.html @@ -7,7 +7,7 @@ {{ property.items.properties[prop].title }} -
{{ version[i][prop] }}
-
+
-