diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue
index 184f8a158..b22de3606 100644
--- a/src/components/common/VnInputDate.vue
+++ b/src/components/common/VnInputDate.vue
@@ -9,6 +9,10 @@ const $props = defineProps({
type: Boolean,
default: false,
},
+ showEvent: {
+ type: Boolean,
+ default: true,
+ },
});
const { t } = useI18n();
@@ -107,7 +111,7 @@ watch(
isPopupOpen = false;
"
/>
-
+