We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca6792 commit 7fcefb8Copy full SHA for 7fcefb8
app-src/scripts/main/global-services/projects-s.js
@@ -70,7 +70,8 @@
70
71
this.createNewFromCurrent = (projectTitle) => {
72
const projects = this.getListWithLsData();
73
- if (projects) {
+
74
+ if (projects && projects.length > 0) {
75
SimpleToast('ERROR', 'ERROR: There is already a project');
76
return;
77
}
0 commit comments