mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
fixing issue with infinite reload (#37615)
This commit is contained in:
parent
62453fe6c3
commit
29bc941e73
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export class Join extends Component {
|
|||
}
|
||||
|
||||
componentDidUpdate() {
|
||||
if (!this.state.rightFields && getIndexPatternId(this.props)) {
|
||||
if (!this.state.rightFields && getIndexPatternId(this.props) && !this.state.loadError) {
|
||||
this._loadRightFields(getIndexPatternId(this.props));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue