Merge pull request 'privacy check' (#63) from dev into main
Deploy / build_and_push_images (push) Successful in 2m21s Details
Deploy / deploy_to_server_dev (push) Successful in 1m9s Details

Reviewed-on: #63
This commit is contained in:
ksenia_mikhailova 2024-08-28 08:44:09 +03:00
commit 9bac0c3ff7
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ const submit = async (e: any) => {
name: modal_data.name || `ref from site ${new Date}`, name: modal_data.name || `ref from site ${new Date}`,
phone: modal_data.phone, phone: modal_data.phone,
email: modal_data.email, email: modal_data.email,
privacy: true,
fence_info: [ fence_info: [
...Object.values(total_txt.value as object).map(el => el.join('\n')), ...Object.values(total_txt.value as object).map(el => el.join('\n')),
total_colors.value.join('\n') total_colors.value.join('\n')