Skip to content

Commit

Permalink
Update SearchAttendee.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
cweitat committed Sep 4, 2023
1 parent 5337a57 commit 9135bcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Registration/Manual/SearchAttendee.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ const filteredAttendees = computed(() => {
v-for="attendee in filteredAttendees"
:key="attendee.id"
:value="attendee"
:disabled="true"
as="template"
>
<li class="flex cursor-default select-none p-3">
Expand Down

0 comments on commit 9135bcf

Please sign in to comment.