소스 검색

Update selectors.ts (#881)

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,