fix: add void delete function to custom requirements
This commit is contained in:
parent
036e47bad4
commit
939a67a52b
1 changed files with 1 additions and 0 deletions
|
|
@ -341,6 +341,7 @@ const CustomerData = ({
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
deleteEditedData: () => {},
|
||||||
validationSchema: Yup.object().shape({
|
validationSchema: Yup.object().shape({
|
||||||
[it.customInfoRequest.id]: Yup.string()
|
[it.customInfoRequest.id]: Yup.string()
|
||||||
}),
|
}),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue