fix project create as developer

This commit is contained in:
Damodar Lohani
2024-09-18 13:57:11 +05:45
parent a021941b6e
commit f8b5ff5cec
@@ -80,6 +80,7 @@
}
function handleCreateProject() {
if(!$canWriteProjects) return;
if (isCloud) wizard.start(Create);
else showCreate = true;
}