chore: update @ciphera-net/ui dependency to version 0.0.36 in package.json and package-lock.json; add showFaq and showSecurity props to LayoutContent component
This commit is contained in:
@@ -49,6 +49,8 @@ export default function LayoutContent({ children }: { children: React.ReactNode
|
||||
onSwitchWorkspace={handleSwitchWorkspace}
|
||||
onCreateOrganization={handleCreateOrganization}
|
||||
allowPersonalWorkspace={false}
|
||||
showFaq={false}
|
||||
showSecurity={false}
|
||||
/>
|
||||
<main className="flex-1 pt-24 pb-8">
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user