fix: dated name

This commit is contained in:
Jon Elias 2025-04-14 14:34:07 +02:00
parent ff6d2a71bf
commit 78f1756edc
1 changed files with 9 additions and 3 deletions

View File

@ -107,11 +107,17 @@ const createEvent = async () => {
`Zones/${existsExclusion?.zoneFk}/exclusions/${existsExclusion?.id}`, `Zones/${existsExclusion?.zoneFk}/exclusions/${existsExclusion?.id}`,
); );
} }
const { dated, started, ended, type, weekDays, wdays } = const {
eventInclusionFormData.value; dated: formDated,
started,
ended,
type,
weekDays,
wdays,
} = eventInclusionFormData.value;
const payload = { const payload = {
dated, dated: formDated,
started, started,
ended, ended,
type, type,