mirror of
https://github.com/danbulant/Portfolio
synced 2026-05-24 12:35:31 +00:00
fix: parent filter
This commit is contained in:
parent
37bd34ef80
commit
72cea8910a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 !== ''
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue