Skip to content

Commit

Permalink
Cancel flow on creating new 'Vestiging' gives error
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Feb 10, 2022
1 parent 7511ab3 commit 4b58561
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class AdministrativeUnitsAdministrativeUnitSitesNewController ext
}

if (secondaryContact.isNew) {
contact.destroyRecord();
secondaryContact.destroyRecord();
}
}
}

0 comments on commit 4b58561

Please sign in to comment.