We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1443e commit da4c957Copy full SHA for da4c957
1 file changed
src/components/Eventyay/EventyayEvents.vue
@@ -59,7 +59,7 @@ const categorizedEvents = computed(() => {
59
60
const submitForm = () => {
61
if (selectedEvent.value) {
62
- const selectedEventData = events.find((event) => event.slug === selectedEvent.value)
+ const selectedEventData = events.value.find((event) => event.slug === selectedEvent.value)
63
if (selectedEventData) {
64
console.log('Selected Event:', selectedEventData)
65
console.log('Selected Role:', selectedRole)
0 commit comments