mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-07-07 17:00:36 +02:00
add nullsafes to frontend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user