diff --git a/packages/nc-gui/components/smartsheet/expanded-form/index.vue b/packages/nc-gui/components/smartsheet/expanded-form/index.vue index 96d9128b2b..c36b23cdbe 100644 --- a/packages/nc-gui/components/smartsheet/expanded-form/index.vue +++ b/packages/nc-gui/components/smartsheet/expanded-form/index.vue @@ -69,7 +69,7 @@ const meta = toRef(props, 'meta') const islastRow = toRef(props, 'lastRow') -const isFirstRow = toRef(props,'firstRow') +const isFirstRow = toRef(props, 'firstRow') const route = useRoute() @@ -556,6 +556,7 @@ export default { :col-id="col.id" :data-testid="`nc-expand-col-${col.title}`" > +
{{ col }}
import { useTitle } from '@vueuse/core' -import type { WorkspaceType } from 'nocodb-sdk' const router = useRouter() const route = router.currentRoute @@ -21,8 +20,6 @@ const tab = computed({ }, }) -const getWorkspaceColor = (workspace: WorkspaceType) => workspace.meta?.color || stringToColor(workspace.id!) - watch( () => activeWorkspace.value?.title, (title: string) => {