Skip to content

Commit

Permalink
fix(public-docsite-v9): subcomponents prop docs are not visible on do…
Browse files Browse the repository at this point in the history
…csite (microsoft#32382)
  • Loading branch information
dmytrokirpa authored Aug 26, 2024
1 parent 854fe51 commit 6bc0d22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as React from 'react';
import {
DocsContext,
ArgTypes,
ArgsTable,
Title,
Subtitle,
Description,
Expand Down Expand Up @@ -171,7 +171,7 @@ export const FluentDocsPage = () => {
{primaryStory.name}
</HeaderMdx>
<Primary />
<ArgTypes of={primaryStory.component} />
<ArgsTable of={primaryStory.component} />
{primaryStory.argTypes.as && primaryStory.argTypes.as?.type?.name === 'enum' && (
<div className={styles.nativeProps}>
<InfoFilled className={styles.nativePropsIcon} />
Expand Down

0 comments on commit 6bc0d22

Please sign in to comment.