From d40537280bf5fac7beeaf6ea640b920d4ef2e320 Mon Sep 17 00:00:00 2001 From: William Mak Date: Wed, 27 Oct 2021 16:29:02 -0400 Subject: [PATCH] fix(discover): Updating limit badge to new --- static/app/views/eventsV2/chartFooter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/app/views/eventsV2/chartFooter.tsx b/static/app/views/eventsV2/chartFooter.tsx index 128ca28c8f96ad..5d205d042250c9 100644 --- a/static/app/views/eventsV2/chartFooter.tsx +++ b/static/app/views/eventsV2/chartFooter.tsx @@ -76,7 +76,7 @@ export default function ChartFooter({ options={topEventOptions} onChange={onTopEventsChange} menuWidth="60px" - featureType="beta" + featureType="new" /> ); } else {