Restore 0.1.5 version from stash
This commit is contained in:
@@ -47,7 +47,7 @@ export default async function AppLayout({ children }: { children: ReactNode }) {
|
||||
<Breadcrumb documents={documents} />
|
||||
</header>
|
||||
<main className="flex-1 overflow-hidden bg-white">{children}</main>
|
||||
<BottomToolbar />
|
||||
<BottomToolbar workspaceId={sidebarInitialData?.activeWorkspaceId ?? null} />
|
||||
<SearchPalette workspaceId={sidebarInitialData?.activeWorkspaceId ?? null} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user