File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
frontend/packages/volto-workflow-manager/src/components/Workflow Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import  React ,  {  useState ,  useEffect ,  useCallback  }  from  'react' ; 
22import  {  useDispatch ,  useSelector  }  from  'react-redux' ; 
33import  {  View ,  ProgressCircle  }  from  '@adobe/react-spectrum' ; 
4- import  BlockDataForm  from  '@plone/volto/components/manage/Form/BlockDataForm ' ; 
4+ import  Form  from  '@plone/volto/components/manage/Form/Form ' ; 
55import  {  getWorkflow  }  from  '../../actions/workflow' ; 
66import  type  {  GlobalRootState  }  from  '../../types' ; 
77import  type  {  WorkflowTabProps  }  from  '../../types/workflow' ; 
@@ -84,7 +84,7 @@ const WorkflowTab: React.FC<WorkflowTabProps> = ({
8484  console . log ( 'formData' ,  formData ) ; 
8585  return  ( 
8686    < View  padding = "size-200" > 
87-       < BlockDataForm 
87+       < Form 
8888        key = { workflowId } 
8989        schema = { workflowSchema } 
9090        formData = { formData } 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments