modal name

This commit is contained in:
Kseninia Mikhaylova 2024-06-10 10:44:16 +03:00
parent 60b42c39e5
commit 967478b522
1 changed files with 1 additions and 1 deletions

View File

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