completionId: cgen-aed0801d027c48b2b33a4748a58ff21c

cgen-aed0801d027c48b2b33a4748a58ff21c
This commit is contained in:
Builder.io 2025-11-08 02:14:05 +00:00
parent 45136cd51e
commit d56732abb4

View file

@ -243,6 +243,10 @@ export default function Onboarding() {
...prev.interests,
...(newData.interests ?? {}),
},
creatorProfile: {
...prev.creatorProfile,
...(newData.creatorProfile ?? {}),
},
}));
}, []);