diff --git a/src/views/detections/Index.vue b/src/views/detections/Index.vue index 9d01ded7..2c19371f 100644 --- a/src/views/detections/Index.vue +++ b/src/views/detections/Index.vue @@ -734,7 +734,7 @@ export default { const newUrl = urlParamsHandler(window.location.href, this.$route.query, { startTime: this.timeFilter.startTime, endTime: this.timeFilter.endTime, - range: this.dateRangeValue, + range: this.timeFilter.dateRangeValue, q: urlQ, mode: mode }) diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue index fd75926c..3053c063 100644 --- a/src/views/detections/overview/DetectionSecurityEventOverview.vue +++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue @@ -3,14 +3,11 @@