Damans227 commented on a change in pull request #17474:
URL: https://github.com/apache/superset/pull/17474#discussion_r757164443



##########
File path: superset-frontend/src/components/Form/Form.tsx
##########
@@ -29,7 +29,7 @@ const StyledForm = styled(AntDForm)`
   }
 `;
 
-export default function Form(props: FormProps) {
+export default function Form(props: any) {

Review comment:
       Ok,  I ran the grep command to search all the JSX elements that use 
`fieldset` class. But there seems to be none. So, I guess, we can remove this 
prop safely and see how it render. Lemme know if I should proceed with it.
   
   ```
   src git:(enhancement/migrate-jsx-to-tsx_5) grep -r "fieldset" .   
      
   ./explore/controlUtils/getControlState.ts:    
section.controlSetRows.forEach(fieldsetRow =>
   ./explore/controlUtils/getControlState.ts:      fieldsetRow.forEach((field: 
CustomControlItem) => {
   ./CRUD/Fieldset.tsx:      <Form componentClass="fieldset" className="CRUD" 
layout="vertical">
   
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to