From 5ed679507d2aa20b16048b2f1f193e5061461774 Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Thu, 5 Dec 2024 15:51:20 -0800 Subject: [PATCH 01/13] feat(ui): show message if no tactical reports (#5576) --- .../static/dispatch/src/incident/TimelineReportTab.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/dispatch/static/dispatch/src/incident/TimelineReportTab.vue b/src/dispatch/static/dispatch/src/incident/TimelineReportTab.vue index adae8685783a..3344e1aaeae2 100644 --- a/src/dispatch/static/dispatch/src/incident/TimelineReportTab.vue +++ b/src/dispatch/static/dispatch/src/incident/TimelineReportTab.vue @@ -1,11 +1,16 @@