From ac782f83442f7289ececec797a998d950c66444b Mon Sep 17 00:00:00 2001 From: Julien Droulez Date: Tue, 13 Jan 2026 11:07:37 +0100 Subject: [PATCH] fix: onboarding step 2 error --- .../people/CompleteProfileDrawer/CompleteProfileStep2.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/people/CompleteProfileDrawer/CompleteProfileStep2.vue b/src/components/people/CompleteProfileDrawer/CompleteProfileStep2.vue index 64496fe28..ff6565138 100644 --- a/src/components/people/CompleteProfileDrawer/CompleteProfileStep2.vue +++ b/src/components/people/CompleteProfileDrawer/CompleteProfileStep2.vue @@ -54,6 +54,8 @@ const save = async () => { await onboardingTrap('complete_profile', false) return true } + +defineExpose({ save })