We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9742a75 commit 2a5c0f8Copy full SHA for 2a5c0f8
static/app/views/organizationLayout/index.tsx
@@ -86,6 +86,7 @@ function AppLayout({children, organization}: LayoutProps) {
86
<Nav />
87
{/* The `#main` selector is used to make the app content `inert` when an overlay is active */}
88
<BodyContainer id="main">
89
+ <DemoHeader />
90
<AppBodyContent>
91
{organization && <OrganizationHeader organization={organization} />}
92
<OrganizationDetailsBody>{children}</OrganizationDetailsBody>
0 commit comments