This commit is contained in:
Adrian Hopek
2022-01-24 14:57:59 +01:00
parent 595bb707e4
commit ed2fc06caa
12 changed files with 150 additions and 19 deletions

View File

@@ -211,7 +211,7 @@ export default {
lastName: null,
email: null,
employmentForm: props.employmentForms[0],
employmentDate: new Date(),
employmentDate: null,
});
return { form };