diff --git a/packages/nc-gui/components/smartsheet/Gallery.vue b/packages/nc-gui/components/smartsheet/Gallery.vue index 0af5bdc9d9..2648d8a3dd 100644 --- a/packages/nc-gui/components/smartsheet/Gallery.vue +++ b/packages/nc-gui/components/smartsheet/Gallery.vue @@ -82,7 +82,6 @@ const isRowEmpty = (record: any, col: any) => { return Array.isArray(val) && val.length === 0 } -// const { xWhere, isPkAvail, isSqlView, eventBus } = useSmartsheetStoreOrThrow() const { isSqlView } = useSmartsheetStoreOrThrow() const attachments = (record: any): Attachment[] => { @@ -223,7 +222,6 @@ const showContextMenu = (e: MouseEvent, target?: { row: number }) => {