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 })