Skip to content

Commit 3b000cd

Browse files
committed
wip
1 parent 0ab9e32 commit 3b000cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/fern-dashboard/src/app/[orgName]/(visual-editor)/editor/[docsUrl]/[branch]/[...slug]/@sidebar/PageSidebar.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export default function PageSidebar({
9191
productSlug={found.currentProduct?.slug}
9292
versionId={found.currentVersion?.versionId}
9393
versionSlug={found.currentVersion?.slug}
94+
variantId={found.currentVariant?.variantId}
9495
versionIsDefault={found.isCurrentVersionDefault}
9596
productIsDefault={found.isCurrentProductDefault}
9697
/>

packages/fern-dashboard/src/app/[orgName]/(visual-editor)/editor/[docsUrl]/[branch]/[...slug]/PageNode.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ export default function PageNode(props: PageNode.Props) {
9191
productSlug={found.currentProduct?.slug}
9292
versionId={found.currentVersion?.versionId}
9393
versionSlug={found.currentVersion?.slug}
94+
variantId={found.currentVariant?.variantId}
9495
versionIsDefault={found.isCurrentVersionDefault}
9596
productIsDefault={found.isCurrentProductDefault}
9697
/>

0 commit comments

Comments
 (0)