Skip to content

Commit

Permalink
[ML] Fixing annotations table loading hang
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Jul 8, 2021
1 parent 646f1d4 commit e18711c
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 e18711c

Please sign in to comment.