Add clear message when topic creation fails (#1669)
This commit is contained in:
parent
04fbd05d11
commit
e85e1aafa1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue