Skip to content

Commit

Permalink
chore: Disables animations in cell permutations test page (#3267)
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-kot authored Feb 10, 2025
1 parent 95c1247 commit dfa621a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/table/cell-permutations.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function InlineEditorPermutations() {
<Box margin="m">
<h1>Table cell permutations</h1>

<ScreenshotArea gutters={false}>
<ScreenshotArea gutters={false} disableAnimations={true}>
<ExpandableSection variant="stacked" headerText="Settings" headingTagOverride="h2" defaultExpanded={true}>
<SpaceBetween size="m">
<SpaceBetween size="m" direction="horizontal" alignItems="center">
Expand Down

0 comments on commit dfa621a

Please sign in to comment.