diff --git a/packages/nc-gui/components/dlg/ViewCreate.vue b/packages/nc-gui/components/dlg/ViewCreate.vue index 6dec350d69..eda60911f3 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,116 +979,126 @@ const getPluralName = (name: string) => { />