From 5a5de81bec8f18ae0f27d528d862e6cf1438b54a Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Sun, 24 Aug 2025 17:51:06 +0100 Subject: Add dialog for conference deletion --- web/components/EventListing.vue | 1 + 1 file changed, 1 insertion(+) (limited to 'web/components') diff --git a/web/components/EventListing.vue b/web/components/EventListing.vue index 0cc546c..ca200ab 100644 --- a/web/components/EventListing.vue +++ b/web/components/EventListing.vue @@ -75,6 +75,7 @@ const removeFavourite = async () => { await $api(config.public.baseURL + '/favourites', { method: 'DELETE', body: JSON.stringify({ + conferenceId: conferenceStore.id, eventGuid: event.guid, eventId: event.id, }), -- cgit v1.2.3-70-g09d2