Fixes for country search.

This commit is contained in:
Mike Cao 2024-11-28 16:46:40 -08:00
parent 8925283564
commit 98352628cb
3 changed files with 4 additions and 20 deletions

View file

@ -29,7 +29,6 @@ export function CountriesTable({ ...props }: MetricsTableProps) {
type="country"
metric={formatMessage(labels.visitors)}
renderLabel={renderLink}
onDataLoad={handleDataLoad}
searchFormattedValues={true}
/>
);