diff --git a/packages/nc-gui/components/dlg/ViewCreate.vue b/packages/nc-gui/components/dlg/ViewCreate.vue index d34d373bf2..38fc6dfd7e 100644 --- a/packages/nc-gui/components/dlg/ViewCreate.vue +++ b/packages/nc-gui/components/dlg/ViewCreate.vue @@ -323,6 +323,8 @@ const addCalendarRange = async () => { } */ +const isRangeEnabled = computed(() => isFeatureEnabled(FEATURE_FLAG.CALENDAR_VIEW_RANGE)) + const enableDescription = ref(false) const removeDescription = () => { @@ -977,111 +979,153 @@ const getPluralName = (name: string) => { />