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" > -