Skip to content

Commit

Permalink
Fix preceding field id for the marriage informant address (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
tahmidrahman-dsi authored Feb 19, 2024
1 parent bd77cc8 commit 254e48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/form/addresses/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ export const defaultAddressConfiguration: IAddressConfiguration[] = [
{
// INFORMANT ADDRESS FIELDS
precedingFieldId:
'marriage.informant.who-is-applying-view-group.informantID',
'marriage.informant.who-is-applying-view-group.informantBirthRegistrationNumber',
configurations: [
{
config: AddressSubsections.PRIMARY_ADDRESS_SUBSECTION,
Expand Down

0 comments on commit 254e48e

Please sign in to comment.