Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove option from tool selector
  • Loading branch information
getdave committed Sep 17, 2024
commit d958a4a95449309c9d9281a9efab0641388c8cf9
9 changes: 0 additions & 9 deletions packages/block-editor/src/components/tool-selector/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,6 @@ function ToolSelector( props, ref ) {
</>
),
},
{
value: 'compose',
label: (
<>
<Icon icon={ composeIcon } />
{ __( 'Compose' ) }
</>
),
},
] }
/>
</NavigableMenu>
Expand Down