Update selectors.ts (#881)

This commit is contained in:
Alexander Krivonosov 2021-09-16 13:53:05 +03:00 committed by GitHub
parent 3c05b60313
commit f6b747f8cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,