Skip to content

Commit b16bd35

Browse files
committed
fix(ashby): add subblock migrations for removed expand form definition fields
1 parent 4ac4134 commit b16bd35

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/sim/lib/workflows/migrations/subblock-migrations.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export const SUBBLOCK_ID_MIGRATIONS: Record<string, Record<string, string>> = {
3535
emailType: '_removed_emailType',
3636
phoneType: '_removed_phoneType',
3737
filterCandidateId: '_removed_filterCandidateId',
38+
expandApplicationFormDefinition: '_removed_expandApplicationFormDefinition',
39+
expandSurveyFormDefinitions: '_removed_expandSurveyFormDefinitions',
3840
},
3941
rippling: {
4042
action: '_removed_action',

0 commit comments

Comments
 (0)