mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-27 15:39:50 -05:00
add finished flag to onboarding survey submission
This commit is contained in:
@@ -41,6 +41,7 @@ const OnboardingSurvey = () => {
|
||||
lastUserContact: submission.lastUserContact,
|
||||
hardestPartInUserResearch: submission.hardestPartInUserResearch,
|
||||
},
|
||||
finished: true,
|
||||
data: submission,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user