diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index a43fd39bf4..65887e5905 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -7,6 +7,7 @@ import { DropZoneRef, IsGalleryInj, IsKanbanInj, + iconMap, inject, isImage, nextTick, @@ -243,7 +244,8 @@ useSelectedCellKeyupListener(inject(ActiveCellInj, ref(false)), (e) => { - diff --git a/packages/nc-gui/components/erd/HistogramPanel.vue b/packages/nc-gui/components/erd/HistogramPanel.vue index 72095b7d64..75fe44d479 100644 --- a/packages/nc-gui/components/erd/HistogramPanel.vue +++ b/packages/nc-gui/components/erd/HistogramPanel.vue @@ -1,17 +1,18 @@