Alexander Krivonosov пре 3 година
родитељ
комит
f6b747f8cc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      kafka-ui-react-app/src/redux/reducers/consumerGroups/selectors.ts

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

@@ -25,7 +25,7 @@ const getConsumerGroupDeletingStatus = createFetchingSelector(
   'DELETE_CONSUMER_GROUP'
 );
 
-const getOffsetResettingStatus = createFetchingSelector('RESET_OFFSET_GROUP');
+const getOffsetResettingStatus = createFetchingSelector('RESET_OFFSETS');
 
 export const getIsConsumerGroupsListFetched = createSelector(
   getConsumerGroupsListFetchingStatus,