Skip to content

Commit 1ddac8e

Browse files
gap-editorAniket-Engg
authored andcommitted
Update remix-ui-editor.tsx
1 parent b995cc7 commit 1ddac8e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

libs/remix-ui/editor/src/lib/remix-ui-editor.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -718,15 +718,15 @@ export const EditorUI = (props: EditorUIProps) => {
718718
</div>
719719
{/* Added Checkbox section below */}
720720
<div className="mt-3">
721-
<label htmlFor="donotshowagain" className="text-dark">
722-
<input
723-
type="checkbox"
724-
id="donotshowagain"
725-
className="mr-2"
726-
onChange={(e) => dontShowAgainChecked = e.target.checked}
727-
/>
728-
<FormattedMessage id="editor.doNotShowAgain" defaultMessage="Do not show this warning again" /> {/* Consider adding this to locale files */}
729-
</label>
721+
<label htmlFor="donotshowagain" className="text-dark">
722+
<input
723+
type="checkbox"
724+
id="donotshowagain"
725+
className="mr-2"
726+
onChange={(e) => dontShowAgainChecked = e.target.checked}
727+
/>
728+
<FormattedMessage id="editor.doNotShowAgain" defaultMessage="Do not show this warning again" /> {/* Consider adding this to locale files */}
729+
</label>
730730
</div>
731731
</div>
732732
)

0 commit comments

Comments
 (0)