File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed 
apps/builder/app/builder/features/settings-panel Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -217,11 +217,9 @@ export const ResourceControl = ({
217217              } 
218218              // attempt to save form on close 
219219              if  ( areAllFormErrorsVisible ( form . current ) )  { 
220-                 console . log ( "submit" ) ; 
221220                form . current ?. requestSubmit ( ) ; 
222221                setIsResourceOpen ( false ) ; 
223222              }  else  { 
224-                 console . log ( "validate" ) ; 
225223                form . current ?. checkValidity ( ) ; 
226224                // prevent closing when not all errors are shown to user 
227225              } 
Original file line number Diff line number Diff line change @@ -633,7 +633,6 @@ export const ResourceForm = forwardRef<
633633
634634  useImperativeHandle ( ref ,  ( )  =>  ( { 
635635    save : ( formData )  =>  { 
636-       console . log ( Object . fromEntries ( formData ) ) ; 
637636      const  instanceSelector  =  $selectedInstanceSelector . get ( ) ; 
638637      if  ( instanceSelector  ===  undefined )  { 
639638        return ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments