refactor: migrate UI components to @ciphera-net/ui v0.0.11
This commit is contained in:
@@ -47,6 +47,7 @@ export default function LayoutContent({ children }: { children: React.ReactNode
|
||||
activeOrgId={auth.user?.org_id}
|
||||
onSwitchWorkspace={handleSwitchWorkspace}
|
||||
onCreateOrganization={handleCreateOrganization}
|
||||
allowPersonalWorkspace={false}
|
||||
/>
|
||||
<main className="flex-1 pt-24 pb-8">
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user