mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
feat: Rewrite Front End cloud and posthog hooks using TypeScript (no-changelog) (#5491)
This commit is contained in:
@@ -642,7 +642,10 @@ export default defineComponent({
|
||||
personalization_survey_n8n_version: this.rootStore.versionCli,
|
||||
};
|
||||
|
||||
await this.$externalHooks().run('personalizationModal.onSubmit', survey);
|
||||
await this.$externalHooks().run(
|
||||
'personalizationModal.onSubmit',
|
||||
survey as IPersonalizationLatestVersion,
|
||||
);
|
||||
|
||||
await this.usersStore.submitPersonalizationSurvey(survey as IPersonalizationLatestVersion);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user