diff --git a/packages/nc-gui/components/smartsheet/toolbar/CalendarRange.vue b/packages/nc-gui/components/smartsheet/toolbar/CalendarRange.vue index f5a396776a..4f7def18bb 100644 --- a/packages/nc-gui/components/smartsheet/toolbar/CalendarRange.vue +++ b/packages/nc-gui/components/smartsheet/toolbar/CalendarRange.vue @@ -94,6 +94,7 @@ const dateFieldOptions = computed(() => { .map((c) => ({ label: c.title, value: c.id, + uidt: c.uidt, })) ?? [] ) }) @@ -117,53 +118,74 @@ const dateFieldOptions = computed(() => { {{ $t('activity.calendar') + $t('activity.viewSettings') }} -
-
+
+ + {{ $t('labels.organiseBy') }} + + + +
+ + + + {{ option.label }} + +
+
+
+ +
+ + {{ $t('activity.addEndDate') }} +
+
+ +