mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fixing typo (#37472)
This commit is contained in:
parent
fb06d87e61
commit
e2ae24df10
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