diff --git a/packages/nc-gui/components/smartsheet/calendar/index.vue b/packages/nc-gui/components/smartsheet/calendar/index.vue
index 2705701093..6df3d13843 100644
--- a/packages/nc-gui/components/smartsheet/calendar/index.vue
+++ b/packages/nc-gui/components/smartsheet/calendar/index.vue
@@ -19,6 +19,8 @@ const meta = inject(MetaInj, ref())
const view = inject(ActiveViewInj, ref())
+const { isMobileMode } = useGlobal()
+
const {t} = useI18n()
provide(IsFormInj, ref(false))
@@ -60,14 +62,14 @@ const expandRecord = (id: string) => {
-
+
-
+