diff --git a/x-pack/legacy/plugins/infra/public/components/inventory/toolbars/toolbar_wrapper.tsx b/x-pack/legacy/plugins/infra/public/components/inventory/toolbars/toolbar_wrapper.tsx index 3c2c3d3bd05d..7cb86f6e4d0e 100644 --- a/x-pack/legacy/plugins/infra/public/components/inventory/toolbars/toolbar_wrapper.tsx +++ b/x-pack/legacy/plugins/infra/public/components/inventory/toolbars/toolbar_wrapper.tsx @@ -108,7 +108,7 @@ export const toMetricOpt = (metric: InfraSnapshotMetricType) => { case InfraSnapshotMetricType.tx: return { text: ToolbarTranslations.OutboundTraffic, - value: InfraSnapshotMetricType.rx, + value: InfraSnapshotMetricType.tx, }; case InfraSnapshotMetricType.logRate: return {