Skip to content

Commit

Permalink
ensure correct docCount field is shown
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Jun 7, 2024
1 parent 7f58298 commit 2c85b9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export const useColumns = (
['Doc count']: {
'data-test-subj': 'aiopsLogRateAnalysisResultsTableColumnDocCount',
width: NARROW_COLUMN_WIDTH,
field: 'doc_count',
field: isGroupsTable ? 'docCount' : 'doc_count',
name: i18n.translate('xpack.aiops.logRateAnalysis.resultsTable.docCountLabel', {
defaultMessage: 'Doc count',
}),
Expand Down

0 comments on commit 2c85b9c

Please sign in to comment.