Skip to content

Commit

Permalink
Merge branch 'SLB-459-accordion-heading-items' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Oct 30, 2024
2 parents 2543831 + 8b87f46 commit dd6f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ registerBlockType<{
<InspectorControls>
<PanelBody title={__('Heading Level')}>
<SelectControl
value={props.attributes.headingLevel}
value={attributes.headingLevel}
options={[
{
label: __('Heading 2'),
Expand Down

0 comments on commit dd6f56c

Please sign in to comment.