feat: add real account workspace controls
This commit is contained in:
@@ -26,7 +26,12 @@ export default async function AppLayout({ children }: AppLayoutProps): Promise<R
|
||||
}
|
||||
|
||||
return (
|
||||
<AppShell account={context.account} permissions={context.permissions}>
|
||||
<AppShell
|
||||
account={context.account}
|
||||
organization={context.organization}
|
||||
organizations={context.organizations}
|
||||
permissions={context.permissions}
|
||||
>
|
||||
{children}
|
||||
</AppShell>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user