diff options
author | svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com> | 2018-01-24 12:14:59 +0200 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2018-01-25 11:01:08 +0000 |
commit | 9f25b3b3b57a5673b597a5b344689c31a3628d62 (patch) | |
tree | e6ecf814edb982b41acb293c0bbd5592e13f085d /openecomp-ui/src | |
parent | ae4ab937ea76cbd15dfb572d67ddd7d672503336 (diff) |
babel preset update in openecom-ui
Issue-ID: SDC-961
Change-Id: Id9e31af24dcb67b11e9c47fbeee94af8c7b123be
Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/src')
-rw-r--r-- | openecomp-ui/src/sdc-app/onboarding/softwareProduct/landingPage/SoftwareProductLandingPageView.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |