- updated;

This commit is contained in:
Vitalii Kiiko
2026-03-13 18:31:47 +01:00
parent 7200335ace
commit bf18be2b17
4 changed files with 360 additions and 13 deletions

View File

@@ -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();