From 9d6ca112297e4dcc83fd2585dbbf2fca2ba674f2 Mon Sep 17 00:00:00 2001 From: Ramesh Mane <101566080+rameshmane7218@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:11:15 +0000 Subject: [PATCH] fix(nc-gui): cursor issue on workspace image --- .../nc-gui/components/general/WorkspaceIconSelector.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/nc-gui/components/general/WorkspaceIconSelector.vue b/packages/nc-gui/components/general/WorkspaceIconSelector.vue index ff1490f50c..4c28c8a26f 100644 --- a/packages/nc-gui/components/general/WorkspaceIconSelector.vue +++ b/packages/nc-gui/components/general/WorkspaceIconSelector.vue @@ -106,7 +106,7 @@ const imageCropperData = ref({ uploadConfig: { path: [NOCO, 'workspace', currentWorkspace.value?.id, 'icon'].join('/'), scope: PublicAttachmentScope.WORKSPACEPICS, - maxFileSize: 2 * 1024 * 1024 + maxFileSize: 2 * 1024 * 1024, }, }) @@ -253,7 +253,7 @@ watch(isOpen, (newValue) => { iconType: vIconType, }" size="xlarge" - class="!w-full !h-full !min-w-full rounded-none select-none" + class="!w-full !h-full !min-w-full rounded-none select-none cursor-pointer" />