From 26fa96e7f7025d95847c85e72df48f46def1ed77 Mon Sep 17 00:00:00 2001 From: kevgliss Date: Mon, 15 Nov 2021 19:30:10 -0800 Subject: [PATCH] Fixes an issue with missing reported at (#1817) --- src/dispatch/static/dispatch/src/dashboard/DialogFilter.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dispatch/static/dispatch/src/dashboard/DialogFilter.vue b/src/dispatch/static/dispatch/src/dashboard/DialogFilter.vue index 97558d36ba97..8cfe6732951f 100644 --- a/src/dispatch/static/dispatch/src/dashboard/DialogFilter.vue +++ b/src/dispatch/static/dispatch/src/dashboard/DialogFilter.vue @@ -107,6 +107,7 @@ export default { "created_at", "total_cost", "stable_at", + "reported_at", "incident_priority", "incident_type", "status",