We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 500dd9b commit 7915160Copy full SHA for 7915160
packages/block-library/src/accordion/edit.js
@@ -56,10 +56,7 @@ export default function Edit( {
56
<>
57
{ isSingleSelected && (
58
<BlockControls group="other">
59
- <ToolbarButton
60
- label={ __( 'Add accordion content block' ) }
61
- onClick={ addAccordionContentBlock }
62
- >
+ <ToolbarButton onClick={ addAccordionContentBlock }>
63
{ __( 'Add' ) }
64
</ToolbarButton>
65
</BlockControls>
0 commit comments