features
This commit is contained in:
commit
58f3d1e77c
|
@ -42,7 +42,11 @@ const submit = (e: any) => {
|
||||||
'Content-Type': 'application/json'
|
'Content-Type': 'application/json'
|
||||||
},
|
},
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
|
<<<<<<< HEAD
|
||||||
name: modal_name || "from site",
|
name: modal_name || "from site",
|
||||||
|
=======
|
||||||
|
name: modal_name.value || "ref from site",
|
||||||
|
>>>>>>> 967478b522cb47f619a266a4908d30f8d165d4f1
|
||||||
phone: modal_phone.value
|
phone: modal_phone.value
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue