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:
Vivian Phung
2024-05-22 10:19:09 -04:00
committed by GitHub
@@ -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,
});