prefill startdate with now

This commit is contained in:
Julie Lenaerts 2022-04-05 16:03:07 +02:00
parent bcde4497cc
commit 72a62a3a1b

View File

@ -20,7 +20,7 @@ const store = createStore({
.map(p => p.person),
personsReachables: window.accompanyingCourse.participations.filter(p => p.endDate == null)
.map(p => p.person),
startDate: new Date(),
startDate: dateToISO(new Date()),
endDate: null,
isLoadingSocialActions: false,
isPostingWork: false,