Skip to content

Commit

Permalink
edit EventEditor.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
anahitachavan authored and Isak-Kallini committed Jan 29, 2025
1 parent 38b670d commit 808ef91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/(app)/events/EventEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@
? URL.createObjectURL($form.image)
: ($form.imageUrl ?? null),
location: $form.location, // Pass location to Event component
link: $form.link,
}}
>
<div slot="tags" class="flex flex-row flex-wrap gap-2">
Expand Down

0 comments on commit 808ef91

Please sign in to comment.