Skip to content
Snippets Groups Projects
Commit bba9394f authored by esikkala's avatar esikkala
Browse files

Fix clearTableData

parent d687a61f
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ export const fetchResults = ({
uri = null,
limit = null,
optimize = null,
clearTableData = false
clearTableData = true
}) => ({
type: FETCH_RESULTS,
resultClass,
......
......@@ -52,7 +52,8 @@ class Network extends React.Component {
facetClass: this.props.facetClass,
uri: this.props.uri,
limit: this.props.limit,
optimize: this.props.optimize
optimize: this.props.optimize,
clearTableData: false
})
this.cy = cytoscape({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment