Skip to content

Commit

Permalink
Preview: ArgsTable => Controls
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Dec 6, 2024
1 parent cde040c commit 873b8bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import {
ArgsTable,
Controls,
Description,
Primary,
Stories,
Expand Down Expand Up @@ -114,8 +114,7 @@ export const parameters = {
<Subtitle />
<Primary />
<Description />
{ /* `story="^"` enables Controls for the primary props table */ }
<ArgsTable story="^" />
<Controls />
<Stories includePrimary={ false } />
</>
),
Expand Down

0 comments on commit 873b8bd

Please sign in to comment.