Skip to content

Commit 5ab87a9

Browse files
waleedlatif1claude
andcommitted
fix(ashby): remove filterCandidateId from removed-subblock migrations
The candidate-id filter was reintroduced as a valid Ashby subBlock, but the migration map still rewrote it to _removed_filterCandidateId on every workflow load, silently breaking the field. Drop the entry so user values persist. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 8420066 commit 5ab87a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export const SUBBLOCK_ID_MIGRATIONS: Record<string, Record<string, string>> = {
3434
ashby: {
3535
emailType: '_removed_emailType',
3636
phoneType: '_removed_phoneType',
37-
filterCandidateId: '_removed_filterCandidateId',
3837
expandApplicationFormDefinition: '_removed_expandApplicationFormDefinition',
3938
expandSurveyFormDefinitions: '_removed_expandSurveyFormDefinitions',
4039
},

0 commit comments

Comments
 (0)