From c427332eea0684c0bc8c8c2d50fb3fb253e8b58e Mon Sep 17 00:00:00 2001 From: Pranav C Date: Wed, 31 May 2023 12:49:05 +0530 Subject: [PATCH] fix: make cursor in public shared gallery default for card Signed-off-by: Pranav C --- packages/nc-gui/components/smartsheet/Gallery.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nc-gui/components/smartsheet/Gallery.vue b/packages/nc-gui/components/smartsheet/Gallery.vue index 4f94e91973..5b0a2f5088 100644 --- a/packages/nc-gui/components/smartsheet/Gallery.vue +++ b/packages/nc-gui/components/smartsheet/Gallery.vue @@ -241,6 +241,7 @@ watch(view, async (nextView) => { :data-testid="`nc-gallery-card-${record.row.id}`" @click="expandFormClick($event, record)" @contextmenu="showContextMenu($event, { row: rowIndex })" + :style="isPublic ? { cursor: 'default' } : { cursor: 'pointer' }" >