Skip to content

Commit

Permalink
Revert "Preview: ArgsTable => Controls (WordPress#67582)" (WordPress#…
Browse files Browse the repository at this point in the history
…67656)

Co-authored-by: mirka <[email protected]>
Co-authored-by: tyxla <[email protected]>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent b05a01f commit 63c4d5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* External dependencies
*/
import {
Controls,
ArgsTable,
Description,
Primary,
Stories,
Expand Down Expand Up @@ -114,7 +114,8 @@ export const parameters = {
<Subtitle />
<Primary />
<Description />
<Controls />
{ /* `story="^"` enables Controls for the primary props table */ }
<ArgsTable story="^" />
<Stories includePrimary={ false } />
</>
),
Expand Down

0 comments on commit 63c4d5b

Please sign in to comment.