Skip to content

Commit

Permalink
Add the size as undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
hbhalodia committed Nov 4, 2024
1 parent 615196f commit c9312ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/dimension-control/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function DimensionControl( props: DimensionControlProps ) {
maybeWarnDeprecated36pxSize( {
componentName: 'DimensionControl',
__next40pxDefaultSize,
size: value,
size: undefined,
} );

const onChangeSpacingSize: SelectControlSingleSelectionProps[ 'onChange' ] =
Expand Down

0 comments on commit c9312ba

Please sign in to comment.