fix: parent filter

This commit is contained in:
Sebastian Pravda 2022-12-25 12:32:31 +01:00
parent 37bd34ef80
commit 72cea8910a
No known key found for this signature in database
GPG key ID: F3BC84F08EFA3F57

View file

@ -136,7 +136,7 @@
values.candidate.birthdate = birthdate_formttted;
values.parents.filter(
values.parents = values.parents.filter(
(x) => x.name !== '' && x.surname !== '' && x.email !== '' && x.telephone !== ''
);