diff options
author | Arielk <Ariel.Kenan@amdocs.com> | 2019-07-07 12:56:11 +0300 |
---|---|---|
committer | Avi Gaffa <avi.gaffa@amdocs.com> | 2019-07-17 06:31:57 +0000 |
commit | a51eac038c8896b2413d0c57e223d49870fd1079 (patch) | |
tree | 46f3a92468658a4b982afe3390bafa959c98a404 /openecomp-ui/src/nfvo-components/vnfMarketPlace/VnfRepositorySearchBox.jsx | |
parent | 3338a073437dfd2f43c3b2572d7964d98a3bfb08 (diff) |
upgrade to ONAP-UI
Change-Id: Iddc6a62cc0b7981daa5ceb2422b967c95b031422
Issue-ID: SDC-2411
Signed-off-by: Arielk <Ariel.Kenan@amdocs.com>
Diffstat (limited to 'openecomp-ui/src/nfvo-components/vnfMarketPlace/VnfRepositorySearchBox.jsx')
-rw-r--r-- | openecomp-ui/src/nfvo-components/vnfMarketPlace/VnfRepositorySearchBox.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-ui/src/nfvo-components/vnfMarketPlace/VnfRepositorySearchBox.jsx b/openecomp-ui/src/nfvo-components/vnfMarketPlace/VnfRepositorySearchBox.jsx index ab8a18b4c6..2c82c2be6c 100644 --- a/openecomp-ui/src/nfvo-components/vnfMarketPlace/VnfRepositorySearchBox.jsx +++ b/openecomp-ui/src/nfvo-components/vnfMarketPlace/VnfRepositorySearchBox.jsx @@ -18,7 +18,7 @@ import React, { Component } from 'react'; import DraggableUploadFileBox from 'nfvo-components/fileupload/DraggableUploadFileBox.jsx'; import Configuration from 'sdc-app/config/Configuration.js'; import i18n from 'nfvo-utils/i18n/i18n.js'; -import SVGIcon from 'sdc-ui/lib/react/SVGIcon.js'; +import { SVGIcon } from 'onap-ui-react'; function VNFBrowse({ onBrowseVNF, isReadOnlyMode }) { if (!Configuration.get('showBrowseVNF')) { |