Selaa lähdekoodia

Issue#149 Fixed consumer groups pages. (#150)

* Fixed consumer groups pages.
Co-authored-by: Sofia Shnaidman <sshnaidman@provectus.com>
soffest 4 vuotta sitten
vanhempi
commit
fbc2ab306e

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

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