Skip to content

Commit

Permalink
[Search Sessions] Fix completed session icon (#92206) (#92258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosant authored Feb 22, 2021
1 parent 81e4883 commit 5a4483c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const searchSessionIndicatorViewStateToProps: {
[SearchSessionState.Completed]: {
button: {
color: 'subdued',
iconType: 'clock',
iconType: 'check',
'aria-label': i18n.translate('xpack.data.searchSessionIndicator.resultsLoadedIconAriaLabel', {
defaultMessage: 'Search session complete',
}),
Expand Down

0 comments on commit 5a4483c

Please sign in to comment.