We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73b0fd7 + 312fb7e commit a99bc46Copy full SHA for a99bc46
1 file changed
packages/block-library/src/accordion/edit.js
@@ -140,7 +140,6 @@ export default function Edit( {
140
}
141
>
142
<ToggleControl
143
- isBlock
144
label={ __( 'Auto-close' ) }
145
onChange={ ( value ) => {
146
setAttributes( {
@@ -160,7 +159,6 @@ export default function Edit( {
160
159
onDeselect={ () => setAttributes( { showIcon: true } ) }
161
162
163
164
label={ __( 'Show icon' ) }
165
166
0 commit comments