Skip to content

Commit

Permalink
Merge pull request #17714 from davelopez/24.0_fix_histories_list_item…
Browse files Browse the repository at this point in the history
…_count

[24.0] Fix incorrect history item count in histories lists
  • Loading branch information
davelopez authored Mar 14, 2024
2 parents 42581d7 + 3f1dc5e commit dc7bacd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Grid/configs/histories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ const fields: FieldArray = [
],
},
{
key: "hid_counter",
key: "count",
title: "Items",
type: "text",
},
Expand Down

0 comments on commit dc7bacd

Please sign in to comment.