From 287b5c443f135bee69a9b32919f481ec40495dbf Mon Sep 17 00:00:00 2001 From: eschcam Date: Tue, 7 Feb 2023 17:27:13 +0000 Subject: Fix handling of default values for VFC properties Issue-ID: SDC-4375 Signed-off-by: eschcam Change-Id: Icb3c1dbbf52266c2021c50f491a7e48efdfb9e55 --- .../view-models/workspace/tabs/properties/properties-view-model.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view-model.ts') 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. -- cgit 1.2.3-korg