Skip to content

Commit

Permalink
Merge pull request edp963#1787 from scottsut/fix_table_aggregator
Browse files Browse the repository at this point in the history
fix(table): Set table widget type to without aggregator by default
  • Loading branch information
AndyFong authored Jun 4, 2020
2 parents d91603c + 0d0afee commit 80e29a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app/containers/Widget/config/chart/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const table: IChartInfo = {
size: 'default',
withPaging: true,
pageSize: '20',
withNoAggregators: false
withNoAggregators: true
},
spec: {

Expand Down

0 comments on commit 80e29a9

Please sign in to comment.