Skip to content

Commit ed9273f

Browse files
committed
Saving analysis and fallback
1 parent 8851f64 commit ed9273f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/map-projects/MapProject.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ const MapProject = () => {
417417
setRetired(Boolean(response.data?.include_retired))
418418
setCandidatesScore(response.data?.score_configuration)
419419
setLookupConfig(response.data?.lookup_config)
420-
setAnalysis(response.data?.analysis)
420+
setAnalysis(response.data?.analysis || {})
421421
setProject(response.data)
422422
setConfigure(false)
423423
})

0 commit comments

Comments
 (0)