Skip to content

Commit

Permalink
[ML] Fixing annotations table loading hang (#104825)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored and kibanamachine committed Jul 9, 2021
1 parent a789f39 commit c12227c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ class AnnotationsTableUI extends Component {
jobId: undefined,
});
});
} else {
this.setState({
annotations: [],
isLoading: false,
jobId: undefined,
});
}
}

Expand Down

0 comments on commit c12227c

Please sign in to comment.