mirror of https://github.com/linkerd/linkerd2.git
Fix update neighbors function not being passed in to top module (#2008)
This commit is contained in:
parent
0318590c07
commit
5e7522b848
|
@ -235,7 +235,7 @@ export class ResourceDetailBase extends React.Component {
|
||||||
<TopRoutesTabs
|
<TopRoutesTabs
|
||||||
query={query}
|
query={query}
|
||||||
pathPrefix={this.props.pathPrefix}
|
pathPrefix={this.props.pathPrefix}
|
||||||
updateNeighbors={this.updateNeighborsFromTapData}
|
updateNeighborsFromTapData={this.updateNeighborsFromTapData}
|
||||||
disableTop={!this.state.resourceIsMeshed} />
|
disableTop={!this.state.resourceIsMeshed} />
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue