diff options
author | MichaelMorris <michael.morris@est.tech> | 2023-01-25 16:29:38 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-01-26 18:36:57 +0000 |
commit | 1bbecd7edbdd907a53812d303d378236d23d071e (patch) | |
tree | 2f8e6e9557ec8403c3b6900206b826d00d6e0895 /catalog-ui/src/app/ng2 | |
parent | dce3a3476f0d08dc9ffc1b012f11da6aa02a6858 (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/ng2')
-rw-r--r-- | catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/add-property/add-property.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |