Skip to content

Commit

Permalink
Namespace the dashboard content
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Aug 13, 2024
1 parent 263d236 commit 402499f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/minifront/src/components/v2/dashboard-layout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ export const DashboardLayout = () => {
/>
</motion.div>

<Outlet />
<LayoutGroup id='dashboardContent'>
<Outlet />
</LayoutGroup>
</Card>
</LayoutGroup>
</Grid>
Expand Down

0 comments on commit 402499f

Please sign in to comment.