Skip to content

Commit 2017484

Browse files
committed
chore: don't pass teamId to SandboxContext
1 parent 7957fe7 commit 2017484

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/app/dashboard/[teamIdOrSlug]/sandboxes/[sandboxId]

src/app/dashboard/[teamIdOrSlug]/sandboxes/[sandboxId]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default async function SandboxLayout({
2323
}
2424

2525
return (
26-
<SandboxProvider sandboxInfo={res?.data} teamId={teamId}>
26+
<SandboxProvider sandboxInfo={res?.data}>
2727
<div>
2828
<SandboxDetailsHeader
2929
teamIdOrSlug={teamIdOrSlug}

0 commit comments

Comments
 (0)