diff --git a/app/controllers/api/projects.php b/app/controllers/api/projects.php index 49c2a25933..1ae94bb281 100644 --- a/app/controllers/api/projects.php +++ b/app/controllers/api/projects.php @@ -63,8 +63,10 @@ $utopia->post('/v1/projects') 'legalAddress' => $legalAddress, 'legalTaxId' => $legalTaxId, 'teamId' => $team->getUid(), + 'platforms' => [], 'webhooks' => [], 'keys' => [], + 'tasks' => [], ] ); diff --git a/app/views/console/index.phtml b/app/views/console/index.phtml index aae64c8119..ea34764017 100644 --- a/app/views/console/index.phtml +++ b/app/views/console/index.phtml @@ -27,7 +27,7 @@ $home = $this->getParam('home', ''); data-success-param-trigger-events="projects.list"> @@ -35,7 +35,7 @@ $home = $this->getParam('home', '');