mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-25 10:30:30 -06: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