Browse Source

fix: duplicate entry in rollup function table

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3572/head
Raju Udava 2 years ago
parent
commit
93840ab1e3
  1. 1
      packages/nc-gui/components/smartsheet-column/RollupOptions.vue

1
packages/nc-gui/components/smartsheet-column/RollupOptions.vue

@ -35,7 +35,6 @@ const aggrFunctionsList = [
{ text: 'min', value: 'min' },
{ text: 'max', value: 'max' },
{ text: 'avg', value: 'avg' },
{ text: 'min', value: 'min' },
{ text: 'sum', value: 'sum' },
{ text: 'countDistinct', value: 'countDistinct' },
{ text: 'sumDistinct', value: 'sumDistinct' },

Loading…
Cancel
Save