Skip to content

Commit

Permalink
fix: docs props name
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Feb 2, 2024
1 parent b9a4518 commit 6f3b114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/pages/@charcoal-ui/react/Button/sections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const sections: PreviewSection<ButtonProps>[] = [
})),
},
{
title: 'active',
title: 'isActive',
previewMetas: variants.map((variant) => ({
props: {
variant,
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/@charcoal-ui/react/IconButton/sections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const sections: PreviewSection<IconButtonProps>[] = [
],
},
{
title: 'active',
title: 'isActive',
previewMetas: [
{
children: undefined,
Expand Down

0 comments on commit 6f3b114

Please sign in to comment.