- updated;
This commit is contained in:
@@ -66,7 +66,7 @@ const ProfileCompany = () => {
|
||||
});
|
||||
const isLegalRepresentant = watch('isLegalRepresentant')
|
||||
|
||||
const setEmptyValues = () => {
|
||||
/*const setEmptyValues = () => {
|
||||
const formData = {
|
||||
cap: '',
|
||||
pec: '',
|
||||
@@ -77,7 +77,7 @@ const ProfileCompany = () => {
|
||||
companyName: ''
|
||||
}
|
||||
Object.keys(formData).map(k => setValue(k, formData[k]));
|
||||
}
|
||||
}*/
|
||||
|
||||
const onSubmit = (formData) => {
|
||||
infoMsgs.current.clear();
|
||||
|
||||
Reference in New Issue
Block a user