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