add nullsafes to frontend

This commit is contained in:
Christoph Kluge
2026-03-13 14:20:45 +01:00
parent cbe46c3524
commit bc214f6cea
10 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -148,7 +148,7 @@
showFilter={!showCompare}
matchedJobs={showCompare? matchedCompareJobs: matchedListJobs}
applyFilters={(detail) => {
selectedCluster = detail.filters[0]?.cluster
selectedCluster = detail?.filters[0]?.cluster
? detail.filters[0].cluster.eq
: null;
selectedSubCluster = detail.filters[1]?.partition