From 9db9acec10dfa8dc92d253443f1f2470fff65f15 Mon Sep 17 00:00:00 2001
From: Will Sheldon <114631109+wssheldon@users.noreply.github.com>
Date: Tue, 5 Dec 2023 08:49:45 -0800
Subject: [PATCH] Filter by project in SearchPopovers
---
.../src/case/CaseAttributesDrawer.vue | 8 ++++-
.../priority/CasePrioritySearchPopover.vue | 36 +++++++++++++------
.../severity/CaseSeveritySearchPopover.vue | 36 +++++++++++++------
.../src/case/type/CaseTypeSearchPopover.vue | 36 +++++++++++++------
4 files changed, 82 insertions(+), 34 deletions(-)
diff --git a/src/dispatch/static/dispatch/src/case/CaseAttributesDrawer.vue b/src/dispatch/static/dispatch/src/case/CaseAttributesDrawer.vue
index 0cc7115f931c..f9277365039c 100644
--- a/src/dispatch/static/dispatch/src/case/CaseAttributesDrawer.vue
+++ b/src/dispatch/static/dispatch/src/case/CaseAttributesDrawer.vue
@@ -109,6 +109,7 @@ const handleResolutionUpdate = (newResolution) => {