Skip to content

Commit

Permalink
fix(table): Set table widget type to without aggregator by default
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsut committed Jun 4, 2020
1 parent d91603c commit 0d0afee
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 0d0afee

Please sign in to comment.