Skip to content

Commit

Permalink
fix: remove default 0px placeholder from border
Browse files Browse the repository at this point in the history
  • Loading branch information
HardeepAsrani committed Aug 8, 2024
1 parent 2442a4d commit 3f82aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blocks/blocks/posts/inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ const Inspector = ({
>
<UnitContol
label={ __( 'Width', 'otter-blocks' ) }
value={ attributes.borderWidth ?? '0px' }
value={ attributes.borderWidth }
onChange={ borderWidth => setAttributes({ borderWidth }) }
/>

Expand Down

0 comments on commit 3f82aa1

Please sign in to comment.