Skip to content

Commit

Permalink
Quality: fix incorrect instance prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 20, 2024
1 parent 1419518 commit 91ef89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controls/border-radius-control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function BorderRadiusControl( {
...DEFAULT_VALUES,
...valuesProp,
};
const instanceId = useInstanceId( BorderRadiusControl, 'ftb-border-radius-contro' );
const instanceId = useInstanceId( BorderRadiusControl, 'ftb-border-radius-control' );
const headingId = `${ instanceId }-heading`;

const isMixed = ! (
Expand Down

0 comments on commit 91ef89f

Please sign in to comment.