Browse Source

Merge pull request #8817 from nocodb/nc-fix/calender-view-sidebar

fix: Calendar view sidebar is broken if sidebar has image field record and field has more than 1 image
pull/8819/head
Ramesh Mane 2 weeks ago committed by GitHub
parent
commit
5a10d2441e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      packages/nc-gui/components/smartsheet/calendar/SideMenu.vue

2
packages/nc-gui/components/smartsheet/calendar/SideMenu.vue

@ -554,7 +554,7 @@ onClickOutside(searchRef, toggleSearch)
<template v-if="coverImageColumns" #image>
<a-carousel
v-if="attachments(record).length"
class="gallery-carousel rounded-md !border-1 !border-gray-200"
class="gallery-carousel rounded-md !border-1 !border-gray-200 w-10 h-10"
arrows
>
<template #customPaging>

Loading…
Cancel
Save