Skip to content

Commit

Permalink
Prevent duplicate DOM IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
0aveRyan committed Jul 29, 2024
1 parent c5e6067 commit b7a69b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/settings/wonderBlocksSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const WonderBlocksSettings = () => {
return (
<div className="nfd-flex nfd-flex-col nfd-gap-6">
<ToggleField
id="help-center-toggle"
id="wonderblocks-toggle"
label="WonderBlocks"
description={ __(
'WonderBlocks provides a library of customizable block patterns and page templates.',
Expand Down

0 comments on commit b7a69b8

Please sign in to comment.