From e3b4eb606fdc84cb2399579ff600240e93c4b4fc Mon Sep 17 00:00:00 2001 From: Will Sheldon <114631109+wssheldon@users.noreply.github.com> Date: Tue, 26 Sep 2023 15:48:32 -0700 Subject: [PATCH] Re-implement ParticipantSelect componenet with v-autocomplete --- .../src/incident/ParticipantSelect.vue | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/dispatch/static/dispatch/src/incident/ParticipantSelect.vue b/src/dispatch/static/dispatch/src/incident/ParticipantSelect.vue index f59b676997ed..af7b319352fb 100644 --- a/src/dispatch/static/dispatch/src/incident/ParticipantSelect.vue +++ b/src/dispatch/static/dispatch/src/incident/ParticipantSelect.vue @@ -1,17 +1,18 @@