[hotfix]: typo in consumer groups error message (#952)

Co-authored-by: Марат Чукмаров <mchukmarov@infotech.team>
This commit is contained in:
Marat Chukmarov 2021-10-09 15:31:34 +03:00 committed by GitHub
parent b05da3373e
commit d5289e1d13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ export const fetchConsumerGroupsList =
const response = await getResponse(e);
const alert: FailurePayload = {
subject: ['consumer-groups', clusterName].join('-'),
title: `Consumer Gropups`,
title: `Consumer Groups`,
response,
};
dispatch(actions.fetchConsumerGroupsAction.failure({ alert }));