Skip to content

Commit fbc2ab3

Browse files
soffestSofia Shnaidman
andauthored
Issue#149 Fixed consumer groups pages. (#150)
* Fixed consumer groups pages. Co-authored-by: Sofia Shnaidman <[email protected]>
1 parent 4bd5f7d commit fbc2ab3

File tree

1 file changed

+1
-1
lines changed
  • kafka-ui-react-app/src/redux/reducers/consumerGroups

1 file changed

+1
-1
lines changed

kafka-ui-react-app/src/redux/reducers/consumerGroups/reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const updateConsumerGroupsList = (
1919
return payload.reduce(
2020
(memo: ConsumerGroupsState, consumerGroup) => ({
2121
...memo,
22-
byId: {
22+
byID: {
2323
...memo.byID,
2424
[consumerGroup.consumerGroupId]: {
2525
...memo.byID[consumerGroup.consumerGroupId],

0 commit comments

Comments
 (0)