This commit is contained in:
commit 58f3d1e77c
1 changed files with 4 additions and 0 deletions

View File

@ -42,7 +42,11 @@ const submit = (e: any) => {
'Content-Type': 'application/json'
},
body: JSON.stringify({
<<<<<<< HEAD
name: modal_name || "from site",
=======
name: modal_name.value || "ref from site",
>>>>>>> 967478b522cb47f619a266a4908d30f8d165d4f1
phone: modal_phone.value
})
})