Skip to content

Commit c2290d6

Browse files
committed
Retain network configuration options on results refetch after facet update
1 parent 16d94d3 commit c2290d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/client/components/facet_results/Network.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,13 @@ class Network extends React.Component {
109109
// check if filters have changed
110110
if (prevProps.facetUpdateID !== this.props.facetUpdateID) {
111111
this.props.fetchResults({
112+
perspectiveID: this.props.perspectiveConfig.id,
112113
resultClass: this.props.resultClass,
113-
facetClass: this.props.facetClass
114+
facetClass: this.props.facetClass,
115+
uri: this.props.uri,
116+
limit: this.props.limit,
117+
optimize: this.props.optimize,
118+
reason: 'facetUpdate'
114119
})
115120
}
116121
}

0 commit comments

Comments
 (0)