diff --git a/packages/nc-gui/components/smartsheet-column/RollupOptions.vue b/packages/nc-gui/components/smartsheet-column/RollupOptions.vue index f048f0176d..ebfe0cb776 100644 --- a/packages/nc-gui/components/smartsheet-column/RollupOptions.vue +++ b/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' },