This commit is contained in:
parent
d590c9ac45
commit
c9aefe7ecf
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue