Merge pull request #154 from snowball-tools/nv-handle-repo-exist-error
Show error in toast for creating repository that already exisits in account
This commit is contained in:
commit
9a74205bd5
@ -99,8 +99,8 @@ const CreateRepo = () => {
|
|||||||
|
|
||||||
console.error((err as Error).message);
|
console.error((err as Error).message);
|
||||||
toast({
|
toast({
|
||||||
id: 'failed-to-create-project',
|
id: 'error-deploying-project',
|
||||||
title: 'Failed to create project',
|
title: 'Error deploying project',
|
||||||
variant: 'error',
|
variant: 'error',
|
||||||
onDismiss: dismiss,
|
onDismiss: dismiss,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user