Add clear message when topic creation fails (#1669)

This commit is contained in:
Ricardo Brasil 2022-03-02 06:30:28 -03:00 committed by GitHub
parent 04fbd05d11
commit e85e1aafa1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ const New: React.FC = () => {
const response = await getResponse(error as Response);
const alert: FailurePayload = {
subject: ['schema', data.name].join('-'),
title: `Schema ${data.name}`,
title: `${response.message}`,
response,
};