From 9f25b3b3b57a5673b597a5b344689c31a3628d62 Mon Sep 17 00:00:00 2001 From: svishnev Date: Wed, 24 Jan 2018 12:14:59 +0200 Subject: babel preset update in openecom-ui Issue-ID: SDC-961 Change-Id: Id9e31af24dcb67b11e9c47fbeee94af8c7b123be Signed-off-by: svishnev --- .../softwareProduct/landingPage/SoftwareProductLandingPageView.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openecomp-ui/src/sdc-app') diff --git a/openecomp-ui/src/sdc-app/onboarding/softwareProduct/landingPage/SoftwareProductLandingPageView.jsx b/openecomp-ui/src/sdc-app/onboarding/softwareProduct/landingPage/SoftwareProductLandingPageView.jsx index 97f6829812..76228b0731 100644 --- a/openecomp-ui/src/sdc-app/onboarding/softwareProduct/landingPage/SoftwareProductLandingPageView.jsx +++ b/openecomp-ui/src/sdc-app/onboarding/softwareProduct/landingPage/SoftwareProductLandingPageView.jsx @@ -57,7 +57,7 @@ class SoftwareProductLandingPageView extends React.Component { currentSoftwareProduct: SoftwareProductPropType, isReadOnlyMode: PropTypes.bool, componentsList: PropTypes.arrayOf(ComponentPropType), - version: PropTypes.object, + version: PropTypes.string, onDetailsSelect: PropTypes.func, onUpload: PropTypes.func, onUploadConfirmation: PropTypes.func, -- cgit 1.2.3-korg