File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
libs/remix-ui/editor/src/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -665,7 +665,7 @@ export const EditorUI = (props: EditorUIProps) => {
665
665
localStorage . setItem ( HIDE_PASTE_WARNING_KEY , 'true' ) ;
666
666
setShowPasteWarning ( false ) ; // Update state to prevent future modals in this session
667
667
} catch ( e ) {
668
- console . error ( "Failed to write to localStorage:" , e ) ;
668
+ console . error ( "Failed to write to localStorage:" , e ) ;
669
669
}
670
670
}
671
671
if ( askAI ) {
@@ -686,7 +686,7 @@ export const EditorUI = (props: EditorUIProps) => {
686
686
okLabel : 'Ask RemixAI' ,
687
687
cancelLabel : 'Close' ,
688
688
cancelFn : ( ) => handleClose ( false ) , // Pass false for askAI
689
- okFn : ( ) => handleClose ( true ) , // Pass true for askAI
689
+ okFn : ( ) => handleClose ( true ) , // Pass true for askAI
690
690
message : (
691
691
< div >
692
692
{ ' ' }
You can’t perform that action at this time.
0 commit comments