From 7cb7af48c55d267d888b7867dcb03134d0903a2f Mon Sep 17 00:00:00 2001 From: Kevin Glisson Date: Thu, 2 Nov 2023 11:36:21 -0700 Subject: [PATCH] Fixes --- .../src/components/ParticipantSelect.vue | 22 ++++++++----------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/src/dispatch/static/dispatch/src/components/ParticipantSelect.vue b/src/dispatch/static/dispatch/src/components/ParticipantSelect.vue index 707e0dbd0216..85205a33f724 100644 --- a/src/dispatch/static/dispatch/src/components/ParticipantSelect.vue +++ b/src/dispatch/static/dispatch/src/components/ParticipantSelect.vue @@ -9,8 +9,9 @@ item-title="individual.name" no-filter return-object + chips v-model="participant" - @update:model-value="handleClear" + @update:modelValue="handleClear" > -