Skip to content

Commit

Permalink
Fix usage of Toolbar without label prop.
Browse files Browse the repository at this point in the history
  • Loading branch information
waviaei committed Apr 24, 2024
1 parent 25fcf5f commit 2382736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/icon-inline.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class KunoichiInlineIcon extends React.Component {
<>
<BlockFormatControls>
<div className="editor-format-toolbar block-editor-format-toolbar">
<Toolbar>
<Toolbar label="Icon">
<ToolbarButton
icon={ 'flag' }
title={ title }
Expand Down

0 comments on commit 2382736

Please sign in to comment.