Issue#149 Fixed consumer groups pages. (#150)
* Fixed consumer groups pages. Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
This commit is contained in:
parent
4bd5f7d9da
commit
fbc2ab306e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const updateConsumerGroupsList = (
|
|||
return payload.reduce(
|
||||
(memo: ConsumerGroupsState, consumerGroup) => ({
|
||||
...memo,
|
||||
byId: {
|
||||
byID: {
|
||||
...memo.byID,
|
||||
[consumerGroup.consumerGroupId]: {
|
||||
...memo.byID[consumerGroup.consumerGroupId],
|
||||
|
|
Loading…
Add table
Reference in a new issue