浏览代码

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,