mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
60b0015f8f
commit
edc561e9ab
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export class Join extends Component {
|
|||
}
|
||||
|
||||
componentDidUpdate() {
|
||||
if (!this.state.rigthFields && getIndexPatternId(this.props)) {
|
||||
if (!this.state.rightFields && getIndexPatternId(this.props)) {
|
||||
this._loadRightFields(getIndexPatternId(this.props));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue