diff --git a/packages/nc-gui/components/dlg/ViewCreate.vue b/packages/nc-gui/components/dlg/ViewCreate.vue index 7c66dedefc..a5b292a5af 100644 --- a/packages/nc-gui/components/dlg/ViewCreate.vue +++ b/packages/nc-gui/components/dlg/ViewCreate.vue @@ -37,7 +37,7 @@ interface Form { // for calendar view only calendarRange: Array<{ fk_from_column_id: string - fk_to_column_id: string | null // for ee only + fk_to_column_id: string | undefined // for ee only }> } @@ -371,7 +371,7 @@ onMounted(async () => { @@ -428,19 +428,24 @@ onMounted(async () => { {{ $t('labels.organiseBy') }} - + + +
+ + + + {{ option.label }} + +
+
+
- {{ $t('activity.setEndDate') }} + {{ $t('activity.addEndDate') }}