mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
Fix the country filter label when clicking on a country on the map (#3109)
This commit is contained in:
parent
e6e7f07915
commit
c4316d61c6
@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Fix broken favicons when domain includes a slash
|
||||
- Fix bug when using multiple [wildcard goal filters](https://github.com/plausible/analytics/pull/3015)
|
||||
- Fix a bug where realtime would fail with imported data
|
||||
- Fix a bug where the country name was not shown when [filtering through the map](https://github.com/plausible/analytics/issues/3086)
|
||||
|
||||
### Changed
|
||||
- Treat page filter as entry page filter for `bounce_rate`
|
||||
|
@ -121,7 +121,7 @@ class Countries extends React.Component {
|
||||
this.props.query,
|
||||
{
|
||||
country: country.code,
|
||||
country_name: country.name
|
||||
country_labels: country.name
|
||||
}
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user