|
@@ -19,7 +19,7 @@ const updateConsumerGroupsList = (
|
|
return payload.reduce(
|
|
return payload.reduce(
|
|
(memo: ConsumerGroupsState, consumerGroup) => ({
|
|
(memo: ConsumerGroupsState, consumerGroup) => ({
|
|
...memo,
|
|
...memo,
|
|
- byId: {
|
|
|
|
|
|
+ byID: {
|
|
...memo.byID,
|
|
...memo.byID,
|
|
[consumerGroup.consumerGroupId]: {
|
|
[consumerGroup.consumerGroupId]: {
|
|
...memo.byID[consumerGroup.consumerGroupId],
|
|
...memo.byID[consumerGroup.consumerGroupId],
|