From 1bbecd7edbdd907a53812d303d378236d23d071e Mon Sep 17 00:00:00 2001 From: MichaelMorris Date: Wed, 25 Jan 2023 16:29:38 +0000 Subject: Fix datatype in model not found Signed-off-by: MichaelMorris Issue-ID: SDC-4348 Change-Id: I648ffd91d719982e55d5ddc786a471f641ece088 --- .../type-workspace-properties/add-property/add-property.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'catalog-ui/src/app/ng2') diff --git a/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/add-property/add-property.component.ts b/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/add-property/add-property.component.ts index dc1a0329ed..d4d88b5deb 100644 --- a/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/add-property/add-property.component.ts +++ b/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/add-property/add-property.component.ts @@ -230,4 +230,4 @@ export class AddPropertyComponent implements OnInit, OnDestroy { export class PropertyValidationEvent { isValid: boolean; property: PropertyBEModel; -} \ No newline at end of file +} -- cgit 1.2.3-korg