diff options
author | eschcam <cameron.scholes@est.tech> | 2023-02-07 17:27:13 +0000 |
---|---|---|
committer | Michael Morris <michael.morris@est.tech> | 2023-02-24 14:23:26 +0000 |
commit | 287b5c443f135bee69a9b32919f481ec40495dbf (patch) | |
tree | eb7e17594cfb7a300fb7a0a735551c98fa55c158 /catalog-ui/src/app/view-models/workspace | |
parent | 5526028d3bc464937c9a4373a7fc6e577d781cad (diff) |
Fix handling of default values for VFC properties
Issue-ID: SDC-4375
Signed-off-by: eschcam <cameron.scholes@est.tech>
Change-Id: Icb3c1dbbf52266c2021c50f491a7e48efdfb9e55
Diffstat (limited to 'catalog-ui/src/app/view-models/workspace')
-rw-r--r-- | catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view-model.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view-model.ts b/catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view-model.ts index 6d108d7db4..1d57355aed 100644 --- a/catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view-model.ts +++ b/catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view-model.ts @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |