Skip to content

Commit

Permalink
patch for search field (#102)
Browse files Browse the repository at this point in the history
* update development from master (#101)

* Update main.yml

* Update branch name

* Update SearchAttendee.vue
  • Loading branch information
cweitat committed Sep 4, 2023
1 parent 04fbbdf commit 665797f
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 665797f

Please sign in to comment.