diff --git a/packages/nc-gui/components/smartsheet/VirtualCell.vue b/packages/nc-gui/components/smartsheet/VirtualCell.vue index 51a0a03a87..47e8c7c4d9 100644 --- a/packages/nc-gui/components/smartsheet/VirtualCell.vue +++ b/packages/nc-gui/components/smartsheet/VirtualCell.vue @@ -20,11 +20,11 @@ import { isLink, isLookup, isMm, + isPrimary, isQrCode, isRollup, provide, toRef, - isPrimary, } from '#imports' import type { Row } from '#imports' diff --git a/packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue b/packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue index 977742537e..7c6dd3aa96 100644 --- a/packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue +++ b/packages/nc-gui/components/smartsheet/grid/GroupByLabel.vue @@ -1,7 +1,7 @@