From a51eac038c8896b2413d0c57e223d49870fd1079 Mon Sep 17 00:00:00 2001 From: Arielk Date: Sun, 7 Jul 2019 12:56:11 +0300 Subject: upgrade to ONAP-UI Change-Id: Iddc6a62cc0b7981daa5ceb2422b967c95b031422 Issue-ID: SDC-2411 Signed-off-by: Arielk --- openecomp-ui/src/nfvo-components/table/SelectActionTableRow.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openecomp-ui/src/nfvo-components/table/SelectActionTableRow.jsx') diff --git a/openecomp-ui/src/nfvo-components/table/SelectActionTableRow.jsx b/openecomp-ui/src/nfvo-components/table/SelectActionTableRow.jsx index 1c2c1529f2..27d728f2c8 100644 --- a/openecomp-ui/src/nfvo-components/table/SelectActionTableRow.jsx +++ b/openecomp-ui/src/nfvo-components/table/SelectActionTableRow.jsx @@ -1,5 +1,5 @@ import React from 'react'; -import SVGIcon from 'sdc-ui/lib/react/SVGIcon.js'; +import { SVGIcon } from 'onap-ui-react'; import OverlayTrigger from 'react-bootstrap/lib/OverlayTrigger.js'; import Tooltip from 'react-bootstrap/lib/Tooltip.js'; -- cgit 1.2.3-korg