aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-ui/src/sdc-app/flows/FlowsListEditorView.jsx
diff options
context:
space:
mode:
authorsvishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-08-29 14:29:27 +0300
committersvishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>2018-08-29 14:30:31 +0300
commit03fd0cfef4de3414154b8ffc2a5e807579cc0027 (patch)
tree0597afecd3df5e7093c1c587beb954034ea523fa /openecomp-ui/src/sdc-app/flows/FlowsListEditorView.jsx
parent37843cb3c1765bd5263e3c02f5b14ffa53041e1d (diff)
unused code removed
Issue-ID: SDC-1688 Change-Id: I7ef8e9039a9ccd53193836daff4bc07b2e7b5c7f Signed-off-by: svishnev <shlomo-stanisla.vishnevetskiy@amdocs.com>
Diffstat (limited to 'openecomp-ui/src/sdc-app/flows/FlowsListEditorView.jsx')
-rw-r--r--openecomp-ui/src/sdc-app/flows/FlowsListEditorView.jsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/openecomp-ui/src/sdc-app/flows/FlowsListEditorView.jsx b/openecomp-ui/src/sdc-app/flows/FlowsListEditorView.jsx
index 3b2ff0619c..d1c0c9a3df 100644
--- a/openecomp-ui/src/sdc-app/flows/FlowsListEditorView.jsx
+++ b/openecomp-ui/src/sdc-app/flows/FlowsListEditorView.jsx
@@ -20,7 +20,6 @@ import Modal from 'nfvo-components/modal/Modal.jsx';
import ListEditorView from 'nfvo-components/listEditor/ListEditorView.jsx';
import ListEditorItemView from 'nfvo-components/listEditor/ListEditorItemView.jsx';
-import FlowRelatedView from './ImportantLogic.jsx';
import FlowsEditorModal from './FlowsEditorModal.js';
import SequenceDiagram from './SequenceDiagram.jsx';
@@ -63,7 +62,6 @@ class FlowsListEditorView extends Component {
return (
<div className="workflows license-agreement-list-editor">
- <FlowRelatedView display={localFilter} />
<ListEditorView
plusButtonTitle={i18n('Add Workflow')}
onAdd={onAddWorkflowClick}