mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
SPRINT-20: several widget updates, saved filters updates, updates unified widget/view/edit record screen section/widget headers
This commit is contained in:
@ -83,7 +83,7 @@ function BaseLayout({stickyNavbar, children}: Props): JSX.Element
|
||||
return (
|
||||
<DashboardLayout>
|
||||
<NavBar />
|
||||
<Box mt={stickyNavbar ? 3 : 6}>{children}</Box>
|
||||
<Box>{children}</Box>
|
||||
<Footer company={{href: metaData?.branding?.companyUrl, name: metaData?.branding?.companyName}} />
|
||||
</DashboardLayout>
|
||||
);
|
||||
|
Reference in New Issue
Block a user