This commit is contained in:
Andras Bacsai
2023-08-27 15:08:53 +02:00
parent aa0c621223
commit 9f10cb2899
2 changed files with 4 additions and 7 deletions

View File

@@ -154,7 +154,7 @@ uZx9iFkCELtxrh31QJ68AAAAEXNhaWxANzZmZjY2ZDJlMmRkAQIDBA==
public function createNewProject()
{
$this->createdProject = Project::create([
'name' => generate_random_name(),
'name' => "My first project",
'team_id' => currentTeam()->id
]);
$this->currentState = 'create-resource';