diff --git a/packages/nc-gui/components/smartsheet/Gallery.vue b/packages/nc-gui/components/smartsheet/Gallery.vue index 8b39514128..8bcc36efed 100644 --- a/packages/nc-gui/components/smartsheet/Gallery.vue +++ b/packages/nc-gui/components/smartsheet/Gallery.vue @@ -251,24 +251,29 @@ watch(view, async (nextView) => { - - - + + + + + + + diff --git a/packages/nc-gui/components/smartsheet/Grid.vue b/packages/nc-gui/components/smartsheet/Grid.vue index 43cfaf9e8a..7ab8cdadc6 100644 --- a/packages/nc-gui/components/smartsheet/Grid.vue +++ b/packages/nc-gui/components/smartsheet/Grid.vue @@ -556,25 +556,29 @@ watch( - - - + + + + + + + diff --git a/packages/nc-gui/components/smartsheet/Kanban.vue b/packages/nc-gui/components/smartsheet/Kanban.vue index 9291e4e3d2..9b6f101ae1 100644 --- a/packages/nc-gui/components/smartsheet/Kanban.vue +++ b/packages/nc-gui/components/smartsheet/Kanban.vue @@ -64,7 +64,6 @@ const { groupingField, countByStack, deleteStack, - removeRowFromUncategorizedStack, shouldScrollToRight, deleteRow, } = useKanbanViewStoreOrThrow() @@ -504,24 +503,29 @@ watch(view, async (nextView) => {
- - - + + + + + + +