Skip to content

Commit

Permalink
Merge pull request #6 from kuno1/fix/issue#5
Browse files Browse the repository at this point in the history
Fix usage of Toolbar without label prop.
  • Loading branch information
waviaei authored Apr 25, 2024
2 parents 3163a81 + 2382736 commit 3e63c66
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 3e63c66

Please sign in to comment.