diff --git a/packages/nc-gui/components/smartsheet/Gallery.vue b/packages/nc-gui/components/smartsheet/Gallery.vue index 5b0a2f5088..e76c6ad29c 100644 --- a/packages/nc-gui/components/smartsheet/Gallery.vue +++ b/packages/nc-gui/components/smartsheet/Gallery.vue @@ -239,9 +239,9 @@ watch(view, async (nextView) => { hoverable class="!rounded-lg h-full overflow-hidden break-all max-w-[450px]" :data-testid="`nc-gallery-card-${record.row.id}`" + :style="isPublic ? { cursor: 'default' } : { cursor: 'pointer' }" @click="expandFormClick($event, record)" @contextmenu="showContextMenu($event, { row: rowIndex })" - :style="isPublic ? { cursor: 'default' } : { cursor: 'pointer' }" >