Skip to content

Commit

Permalink
fix: correct typo in visualisation type
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Mar 20, 2024
1 parent 1c2638f commit 58cc0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/push-analytics.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
{
"dashboardItemProperty": "visualization.type",
"value": "OULIER_TABLE",
"value": "OUTLIER_TABLE",
"strategy": "noop"
}
],
Expand All @@ -91,7 +91,7 @@
},
{
"dashboardItemProperty": "visualization.type",
"value": "OULIER_TABLE",
"value": "OUTLIER_TABLE",
"strategy": "interceptRequest",
"urlReg": "*/analytics/outlierDetection?displayProperty=NAME&*"
},
Expand Down

0 comments on commit 58cc0e8

Please sign in to comment.