We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd5f7d commit fbc2ab3Copy full SHA for fbc2ab3
kafka-ui-react-app/src/redux/reducers/consumerGroups/reducer.ts
@@ -19,7 +19,7 @@ const updateConsumerGroupsList = (
19
return payload.reduce(
20
(memo: ConsumerGroupsState, consumerGroup) => ({
21
...memo,
22
- byId: {
+ byID: {
23
...memo.byID,
24
[consumerGroup.consumerGroupId]: {
25
...memo.byID[consumerGroup.consumerGroupId],
0 commit comments