Skip to content

Commit

Permalink
fix: binding desc
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Aug 23, 2024
1 parent 87ed94e commit 8f7a62e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(main)/i/[subdomain]/edit/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export default async function Page({
backLink: "/dashboard",
invitationId: invitation.id,
invitationTitle: invitation.title,
invitationDesc: invitation.description ?? undefined,
invitationSubdomain: invitation.eventUrl,
invitationThumbnail: invitation.thumbnailUrl ?? "",
}}
Expand Down

0 comments on commit 8f7a62e

Please sign in to comment.