Skip to content

Commit

Permalink
fix: report as MAP_VIEW not VISUALIZATION_VIEW (#3086)
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Henrik Øverland <jan@dhis2.org>
  • Loading branch information
jenniferarnesen and janhenrikoverland committed Dec 20, 2023
1 parent 0fee930 commit 008e7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/apiDataStatistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export const dataStatisticsMutation = {
resource: 'dataStatistics',
params: ({ id }) => ({
favorite: id,
eventType: 'VISUALIZATION_VIEW',
eventType: 'MAP_VIEW',
}),
type: 'create',
}

0 comments on commit 008e7fe

Please sign in to comment.