🐛 Les objectifs peuvent ne pas être définis au chargement
parent
9cbbac6861
commit
0c7d1e516d
|
@ -75,7 +75,7 @@ export default function useSearchParamsSimulationSharing() {
|
|||
}
|
||||
|
||||
const objectifsOfConfig = (config: Partial<SimulationConfig>) =>
|
||||
(config.objectifs as Objectifs).flatMap((objectifOrSection) => {
|
||||
(config.objectifs ?? ([] as Objectifs)).flatMap((objectifOrSection) => {
|
||||
if (typeof objectifOrSection === 'string') {
|
||||
return [objectifOrSection]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue