mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-27 22:36:06 +00:00
fix: remove console.log and move ModalManager inside Suspense
- DashboardGrid: remove stray console.log - routeBuilder: move ModalManager inside Suspense boundary - docs: update form migration guide with corrected examples
This commit is contained in:
@@ -78,8 +78,6 @@ function DashboardGrid({
|
||||
)
|
||||
}
|
||||
|
||||
console.log(enabledWidgets)
|
||||
|
||||
return (
|
||||
<Box asChild style={canLayoutChange ? { marginBottom: '16em' } : undefined}>
|
||||
<ResponsiveGridLayout
|
||||
|
||||
@@ -44,9 +44,9 @@ export function buildChildRoutes({
|
||||
>
|
||||
<ModuleWrapper config={config}>
|
||||
<Component />
|
||||
<ModalManager />
|
||||
</ModuleWrapper>
|
||||
</Suspense>
|
||||
<ModalManager />
|
||||
</APIKeyStatusProvider>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user