Skip to content

Commit

Permalink
List block: Fix selected type option (#52472)
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Walbø Johnsgård authored Jul 11, 2023
1 parent be51eb7 commit dd2a9fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/block-library/src/list/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,12 @@ export default function Edit( { attributes, setAttributes, clientId, style } ) {
{ controls }
{ ordered && (
<OrderedListSettings
setAttributes={ setAttributes }
ordered={ ordered }
reversed={ reversed }
start={ start }
{ ...{
setAttributes,
reversed,
start,
type,
} }
/>
) }
</>
Expand Down

1 comment on commit dd2a9fc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in dd2a9fc.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5515699722
📝 Reported issues:

Please sign in to comment.