Skip to content

Commit

Permalink
chore: label change
Browse files Browse the repository at this point in the history
  • Loading branch information
nextchamp-saqib committed Mar 7, 2024
1 parent 3504add commit fdd711e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/query/visual/useAssistedQuery.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ function makeGroupedColumnOptions(options) {
table: columns[0].table,
column: 'count',
type: 'Integer',
label: `${table_label} Count`,
alias: `${table_label} Count`,
label: 'Count of Rows',
alias: 'Count of Rows',
aggregation: 'count',
})
return {
Expand Down

0 comments on commit fdd711e

Please sign in to comment.