Skip to content

Commit

Permalink
removing unwanted props
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasbenedetto committed Nov 21, 2024
1 parent c39b0f1 commit 1f94e6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/block-editor/src/components/font-family/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,9 @@ export default function FontFamilyControl( {
return (
<CustomSelectControl
__next40pxDefaultSize={ __next40pxDefaultSize }
__nextHasNoMarginBottom={ __nextHasNoMarginBottom }
label={ __( 'Font' ) }
value={ value }
onChange={ ( { selectedItem } ) => onChange( selectedItem.key ) }
labelPosition="top"
options={ options }
{ ...props }
/>
Expand Down

0 comments on commit 1f94e6c

Please sign in to comment.