Browse Source

chore(gui-v2): keep count as v1

pull/3056/head
Wing-Kam Wong 2 years ago
parent
commit
90316f0bfd
  1. 2
      packages/nc-gui-v2/components/virtual-cell/Count.vue
  2. 2
      packages/nocodb-sdk/src/lib/UITypes.ts

2
packages/nc-gui-v2/components/virtual-cell/Count.vue

@ -1,5 +1,5 @@
<script setup lang="ts">
// TODO: wait for Count Column implementation
// To be implemented
</script>
<template>

2
packages/nocodb-sdk/src/lib/UITypes.ts

@ -51,7 +51,7 @@ export function isVirtualCol(
UITypes.Formula,
UITypes.Rollup,
UITypes.Lookup,
UITypes.Count,
// UITypes.Count,
].includes(<UITypes>(typeof col === 'object' ? col?.uidt : col));
}

Loading…
Cancel
Save