summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2023-01-25 16:29:38 +0000
committerMichael Morris <michael.morris@est.tech>2023-01-26 18:36:57 +0000
commit1bbecd7edbdd907a53812d303d378236d23d071e (patch)
tree2f8e6e9557ec8403c3b6900206b826d00d6e0895 /catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html
parentdce3a3476f0d08dc9ffc1b012f11da6aa02a6858 (diff)
Fix datatype in model not found
Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4348 Change-Id: I648ffd91d719982e55d5ddc786a471f641ece088
Diffstat (limited to 'catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html')
-rw-r--r--catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html b/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html
index 5c895115e5..b4ac6aae1e 100644
--- a/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html
+++ b/catalog-ui/src/app/directives/property-types/type-map/type-map-directive.html
@@ -111,6 +111,7 @@
type-name="schemaProperty.type"
parent-form-obj="parentFormObj"
fields-prefix-name="'mapValue'+fieldsPrefixName+''+$index"
+ types="types"
read-only="readOnly"
></fields-structure>
</div>