diff --git a/app/Http/Controllers/V2/Projects/CreateProjectWithFormController.php b/app/Http/Controllers/V2/Projects/CreateProjectWithFormController.php index 535f63c02..0400d5b93 100644 --- a/app/Http/Controllers/V2/Projects/CreateProjectWithFormController.php +++ b/app/Http/Controllers/V2/Projects/CreateProjectWithFormController.php @@ -38,7 +38,7 @@ public function __invoke(Request $request): EntityWithSchemaResource 'project_status' => null, 'name' => $projectPitch->project_name, 'boundary_geojson' => $projectPitch->proj_boundary, - 'land_use_types' => $projectPitch->land_use_types, + 'land_use_types' => $projectPitch->land_use_types ?? $projectPitch->land_systems, 'restoration_strategy' => $projectPitch->restoration_strategy, 'country' => $projectPitch->project_country, 'continent' => null,