dev #43

Merged
ksenia_mikhailova merged 41 commits from dev into main 2024-07-24 14:22:29 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 12220e753a - Show all commits

View File

@ -36,7 +36,7 @@ const modal_data = reactive<modalDataType>({
email: undefined, email: undefined,
phone: undefined, phone: undefined,
name: undefined, name: undefined,
policy: true policy: false
}) })
const modal_form = reactive({ const modal_form = reactive({