fix: correcciones parciales - ProjectController, ProfileController, Phase features, project-map JS

This commit is contained in:
2026-05-08 01:16:20 +02:00
parent 156aa14bbb
commit 199fb487c2
5 changed files with 98 additions and 14 deletions
+1
View File
@@ -101,6 +101,7 @@ class ProjectMap extends Component
*/
public function selectFeature($featureId)
{
$this->selectedFeature = null;
$feature = Feature::with('template')->find($featureId);
if (!$feature) return;