mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Use portal for modals. Prisma disconnect after query.
This commit is contained in:
parent
774a7dfdbc
commit
d4ca02f110
5 changed files with 14 additions and 12 deletions
|
|
@ -16,6 +16,7 @@ export default function Layout({ title, children, header = true, footer = true }
|
|||
</Head>
|
||||
{header && <Header />}
|
||||
<main className="container">{children}</main>
|
||||
<div id="__modals" />
|
||||
{footer && <Footer />}
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue