mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-18 01:20:31 +00:00
Rename route attribute to settingsRoute attribute.
This commit is contained in:
@@ -19,7 +19,7 @@ class Index extends Component
|
||||
{
|
||||
$this->private_keys = PrivateKey::ownedByCurrentTeam()->get();
|
||||
$this->projects = Project::ownedByCurrentTeam()->get()->map(function ($project) {
|
||||
$project->route = route('project.edit', ['project_uuid' => $project->uuid]);
|
||||
$project->settingsRoute = route('project.edit', ['project_uuid' => $project->uuid]);
|
||||
|
||||
return $project;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user