Skip to content

Commit

Permalink
Revert "Preview: ArgsTable => Controls (#67582)"
Browse files Browse the repository at this point in the history
This reverts commit 1418350.
  • Loading branch information
mirka committed Dec 5, 2024
1 parent b05a01f commit 3914dba
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 3914dba

Please sign in to comment.