Skip to content

Commit

Permalink
Clear the list of search results displayed in tag assignments when no…
Browse files Browse the repository at this point in the history
… results are returned.
  • Loading branch information
justinkambic committed Sep 17, 2018
1 parent 359224d commit 213bea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/beats_management/public/pages/main/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class TagsPage extends React.PureComponent<TagsPageProps, TagsPageState>
this.setState({
assignmentOptions: {
...this.state.assignmentOptions,
searchFailureMessage: 'Beat not found.',
searchResults: [],
},
});
this.notifyBeatNotFound(beatId);
Expand Down

0 comments on commit 213bea5

Please sign in to comment.