From 36fa9cdd9fb26aa3fbd3a1f35b2d8344d1301c11 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Thu, 22 Jul 2021 11:54:07 +0100 Subject: Specify a model while creating a VSP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6ed0a3c979e14c62ecd6488dfd70589df40636e9 Issue-ID: SDC-3656 Signed-off-by: André Schmid --- openecomp-ui/src/nfvo-components/grid/GridSection.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'openecomp-ui/src/nfvo-components') diff --git a/openecomp-ui/src/nfvo-components/grid/GridSection.jsx b/openecomp-ui/src/nfvo-components/grid/GridSection.jsx index f2e3588d9e..46063b2b98 100644 --- a/openecomp-ui/src/nfvo-components/grid/GridSection.jsx +++ b/openecomp-ui/src/nfvo-components/grid/GridSection.jsx @@ -22,7 +22,8 @@ const GridSection = ({ children, className = '', titleClassName, - hasLastColSet = false + hasLastColSet = false, + required = false }) => { return (
{title} + {required && *}
)}
{children}
-- cgit 1.2.3-korg