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.
2 parents 4fb978c + efac188 commit 244eb16Copy full SHA for 244eb16
app/[locale]/dashboard/[entityType]/[entitySlug]/layout.tsx
@@ -26,7 +26,7 @@ export default function OrgDashboardLayout({ children }: DashboardLayoutProps) {
26
GraphQL(
27
params.entityType === 'organization' && getOrgDetailsQryDoc,
28
{},
29
- { slug: params.entitySlug }
+ { slug: params.entitySlug }
30
)
31
);
32
0 commit comments