Merge pull request 'privacy check' (#63) from dev into main
Reviewed-on: #63
This commit is contained in:
commit
9bac0c3ff7
|
@ -96,6 +96,7 @@ const submit = async (e: any) => {
|
|||
name: modal_data.name || `ref from site ${new Date}`,
|
||||
phone: modal_data.phone,
|
||||
email: modal_data.email,
|
||||
privacy: true,
|
||||
fence_info: [
|
||||
...Object.values(total_txt.value as object).map(el => el.join('\n')),
|
||||
total_colors.value.join('\n')
|
||||
|
|
Loading…
Reference in New Issue