Skip to content

Commit

Permalink
add def col
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Mar 15, 2021
1 parent 73b2c41 commit 9166efc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@ const ReportDefinitionMap: Record<
},
],
kpi: [],
pgv: [],
pgv: [
{
field: 'service.name',
required: true,
},
],
svl: [
{
field: 'service.name',
Expand Down

0 comments on commit 9166efc

Please sign in to comment.