Browse Source

fix(nc-gui): show no range menu

pull/7687/head
DarkPhoenix2704 7 months ago
parent
commit
49895cd197
  1. 4
      packages/nc-gui/components/smartsheet/calendar/index.vue

4
packages/nc-gui/components/smartsheet/calendar/index.vue

@ -291,8 +291,8 @@ const headerText = computed(() => {
<GeneralLoader size="xlarge" />
</div>
</template>
<template>
<div v-if="isCalendarDataLoading && activeCalendarView !== 'year'" class="flex w-full items-center h-full justify-center">
<template v-else>
<div class="flex w-full items-center h-full justify-center">
{{ $t('activity.noRange') }}
</div>
</template>

Loading…
Cancel
Save