File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
libs/remix-ui/editor/src/lib Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -718,15 +718,15 @@ export const EditorUI = (props: EditorUIProps) => {
718
718
</ div >
719
719
{ /* Added Checkbox section below */ }
720
720
< 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 >
730
730
</ div >
731
731
</ div >
732
732
)
You can’t perform that action at this time.
0 commit comments