fix: add void delete function to custom requirements

This commit is contained in:
Sérgio Salgado 2021-12-09 19:24:09 +00:00
parent 036e47bad4
commit 939a67a52b

View file

@ -341,6 +341,7 @@ const CustomerData = ({
}
})
},
deleteEditedData: () => {},
validationSchema: Yup.object().shape({
[it.customInfoRequest.id]: Yup.string()
}),