From 84a9cc29eb7b48c106e6030af6358b5e9281428d Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Wed, 6 Sep 2023 17:19:30 -0700 Subject: [PATCH] Fixing drill down pane not closing issue (#3761) --- .../dispatch/src/dashboard/incident/IncidentOverview.vue | 5 ++++- .../src/dashboard/incident/IncidentsDrillDownSheet.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/dispatch/static/dispatch/src/dashboard/incident/IncidentOverview.vue b/src/dispatch/static/dispatch/src/dashboard/incident/IncidentOverview.vue index 487140c7dc4a..87ed0ecb80af 100644 --- a/src/dispatch/static/dispatch/src/dashboard/incident/IncidentOverview.vue +++ b/src/dispatch/static/dispatch/src/dashboard/incident/IncidentOverview.vue @@ -1,6 +1,6 @@