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