handle onPost

This commit is contained in:
srgooglo 2022-09-26 15:46:29 +02:00
parent 630e64b4d7
commit 2ef7259767

View File

@ -56,6 +56,10 @@ export default (props) => {
if (response) {
cleanPostData()
if (typeof props.onPost === "function") {
props.onPost()
}
}
}