mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 09:35:36 +01:00
Fixes for country search.
This commit is contained in:
parent
8925283564
commit
98352628cb
3 changed files with 4 additions and 20 deletions
|
|
@ -29,7 +29,6 @@ export function CountriesTable({ ...props }: MetricsTableProps) {
|
|||
type="country"
|
||||
metric={formatMessage(labels.visitors)}
|
||||
renderLabel={renderLink}
|
||||
onDataLoad={handleDataLoad}
|
||||
searchFormattedValues={true}
|
||||
/>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue