You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constPROJECT_ERROR_MESSAGE='A project with this name already exists, please use a different project name (Please note that the name comparison is not case sensitive)';
@@ -347,7 +346,7 @@ function NewProject(props: Props) {
347
346
if(snapshot.exists()){
348
347
setError((prevErr)=>({
349
348
...getErrorObject(prevErr),
350
-
[nonFieldError]: PROJECT_ERROR_MESSAGE,
349
+
[nonFieldError]: 'A project with this name already exists, please use a different project name (Please note that the name comparison is not case sensitive)',
351
350
projectTopic: 'A project with this name already exists',
0 commit comments