We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf5e1f commit 87021b0Copy full SHA for 87021b0
1 file changed
apps/web/app/s/[videoId]/page.tsx
@@ -362,6 +362,7 @@ async function AuthorizedContent({
362
orgSettings?: OrganizationSettings | null;
363
videoSettings?: OrganizationSettings | null;
364
organizationIconUrl?: string | null;
365
+ organizationName?: string | null;
366
};
367
searchParams: { [key: string]: string | string[] | undefined };
368
}) {
0 commit comments