diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index 4cbabdc1..b085e111 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -396,7 +396,7 @@ export default { }, locationRegion (info) { return function (info) { - if (!info) { + if (!info || !info.location) { return '-' } let result = ''