mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix project create as developer
This commit is contained in:
@@ -80,6 +80,7 @@
|
||||
}
|
||||
|
||||
function handleCreateProject() {
|
||||
if(!$canWriteProjects) return;
|
||||
if (isCloud) wizard.start(Create);
|
||||
else showCreate = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user