Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fix/deprecated-experimentalgroup' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
admturner committed Nov 16, 2023
2 parents 25a52e6 + 10a907f commit 3bc910b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/button/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function ButtonEdit( props ) {
setAttributes={ setAttributes }
/>
</InspectorControls>
<InspectorControls __experimentalGroup="advanced">
<InspectorControls group="advanced">
<TextControl
label={ __( 'Link rel' ) }
value={ rel || '' }
Expand Down

0 comments on commit 3bc910b

Please sign in to comment.