mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Adding cron manager in front for database policy.
This commit is contained in:
@@ -24,7 +24,7 @@ export default async function Layout({children}: { children: React.ReactNode })
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
// <HydrationZustand>
|
// <HydrationZustand>
|
||||||
<GlobalStoreProvider>
|
// <GlobalStoreProvider>
|
||||||
<SidebarProvider>
|
<SidebarProvider>
|
||||||
<div className="flex flex-col lg:flex-row w-full">
|
<div className="flex flex-col lg:flex-row w-full">
|
||||||
<AppSidebar/>
|
<AppSidebar/>
|
||||||
@@ -36,7 +36,7 @@ export default async function Layout({children}: { children: React.ReactNode })
|
|||||||
</SidebarInset>
|
</SidebarInset>
|
||||||
</div>
|
</div>
|
||||||
</SidebarProvider>
|
</SidebarProvider>
|
||||||
</GlobalStoreProvider>
|
// </GlobalStoreProvider>
|
||||||
// </HydrationZustand>
|
// </HydrationZustand>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user