diff --git a/src/pages/Zone/Card/ZoneEventExclusionForm.vue b/src/pages/Zone/Card/ZoneEventExclusionForm.vue index d131519c4..1027fc54f 100644 --- a/src/pages/Zone/Card/ZoneEventExclusionForm.vue +++ b/src/pages/Zone/Card/ZoneEventExclusionForm.vue @@ -43,7 +43,7 @@ const { t } = useI18n(); const { openConfirmationModal } = useVnConfirm(); const isNew = computed(() => props.isNewMode); -const dated = ref(null); +const dated = ref(props.date); const tickedNodes = ref(); const _excludeType = ref('all'); @@ -118,11 +118,7 @@ onMounted(() => { >