fix: correcciones parciales - ProjectController, ProfileController, Phase features, project-map JS
This commit is contained in:
@@ -101,6 +101,7 @@ class ProjectMap extends Component
|
||||
*/
|
||||
public function selectFeature($featureId)
|
||||
{
|
||||
$this->selectedFeature = null;
|
||||
$feature = Feature::with('template')->find($featureId);
|
||||
if (!$feature) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user