Skip to content

Commit

Permalink
Storybook: fix Dataviews action modals (WordPress#66727)
Browse files Browse the repository at this point in the history
Co-authored-by: oandregal <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
  • Loading branch information
3 people authored Nov 5, 2024
1 parent 6d57cb4 commit adaeff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions storybook/package-styles/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const CONFIG = [
},
{
componentIdMatcher: /^dataviews-/,
ltr: [ dataviewsLtr, componentsLtr ],
rtl: [ dataviewsRtl, componentsRtl ],
ltr: [ componentsLtr, dataviewsLtr ],
rtl: [ componentsRtl, dataviewsRtl ],
},
];

Expand Down

0 comments on commit adaeff3

Please sign in to comment.