Browse Source

fix: hide calendar (#9982)

pull/9984/head
Anbarasu 6 days ago committed by GitHub
parent
commit
94e36dc8fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/components/smartsheet/toolbar/Calendar/Range.vue

2
packages/nc-gui/components/smartsheet/toolbar/Calendar/Range.vue

@ -251,7 +251,7 @@ const onValueChange = async () => {
</div>
</a-select-option>
</a-select>
<div v-if="!isEeUI" class="w-full space-y-2">
<div v-if="isEeUI" class="w-full space-y-2">
<NcTooltip v-if="range.fk_to_column_id === null && isRangeEnabled" placement="left" :disabled="!isDisabled">
<NcButton
size="small"

Loading…
Cancel
Save