Skip to content

Commit

Permalink
Border Panel: Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Feb 13, 2023
1 parent a0ef113 commit 5def277
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default function BorderPanel( { name, variation = '' } ) {
// global styles are saved.
setBorder( { radius: border?.radius, ...updatedBorder } );
},
[ setBorder ]
[ setBorder, border?.radius ]
);

return (
Expand Down

0 comments on commit 5def277

Please sign in to comment.