From 9a9eb454bbe01ca2a914ef11e607bae2c9265393 Mon Sep 17 00:00:00 2001 From: DomWane Date: Fri, 4 Oct 2024 11:04:28 +0200 Subject: [PATCH] fix: sign_in_type_requirments save --- components/Project/Create/Categories/Privacy.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Project/Create/Categories/Privacy.vue b/components/Project/Create/Categories/Privacy.vue index 7ba76d5..40c8052 100644 --- a/components/Project/Create/Categories/Privacy.vue +++ b/components/Project/Create/Categories/Privacy.vue @@ -27,6 +27,7 @@ function save() { tracebility: { kyc: kyc.value, tracked_data: trackedData.value, + sign_in_type_requirments: signRequirements.value, }, default_privacy: defaultPrivacy.value, })