Update selectors.ts (#881)
This commit is contained in:
parent
3c05b60313
commit
f6b747f8cc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue