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);
|
||||
toast({
|
||||
id: 'failed-to-create-project',
|
||||
title: 'Failed to create project',
|
||||
id: 'error-deploying-project',
|
||||
title: 'Error deploying project',
|
||||
variant: 'error',
|
||||
onDismiss: dismiss,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user