This commit is contained in:
isUnknown 2025-10-15 16:17:30 +02:00
parent d590c9ac45
commit c9aefe7ecf

View file

@ -159,7 +159,7 @@ class ProjectPage extends NotificationsPage {
"physicalSample" => "échantillon physique",
];
return $stepsLabel[$this->currentStep()->value()];
return $stepsLabel[$this->currentStep()->value()] ?? "brief";
}
// public function printManagers() {