Skip to content

Commit

Permalink
feat: add default for emailFieldNotificationId
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin9foong committed Oct 21, 2024
1 parent 79b11a9 commit edbf2a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/models/__tests__/form.server.model.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,12 @@ describe('Form Model', () => {

describe('Multirespondent form schema', () => {
const MULTIRESPONDENT_FORM_DEFAULTS = merge(
{ responseMode: 'multirespondent', stepsToNotify: [], emails: [] },
{
responseMode: 'multirespondent',
stepsToNotify: [],
emails: [],
stepOneEmailNotificationFieldId: '',
},
FORM_DEFAULTS,
)

Expand Down

0 comments on commit edbf2a0

Please sign in to comment.