diff --git a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx index 228c7550b..bbecb8940 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx @@ -402,7 +402,7 @@ export const CARD_LIST: CardType[] = [ // Errors Tracking { - title: 'JS Errors', + title: 'Sessions Impacted by JS Errors', key: FilterKey.IMPACTED_SESSIONS_BY_JS_ERRORS, cardType: ERRORS, metricOf: FilterKey.IMPACTED_SESSIONS_BY_JS_ERRORS, diff --git a/frontend/app/components/Dashboard/components/WidgetForm/WidgetFormNew.tsx b/frontend/app/components/Dashboard/components/WidgetForm/WidgetFormNew.tsx index b7d246231..c088fb29d 100644 --- a/frontend/app/components/Dashboard/components/WidgetForm/WidgetFormNew.tsx +++ b/frontend/app/components/Dashboard/components/WidgetForm/WidgetFormNew.tsx @@ -111,18 +111,17 @@ const FilterSection = observer(({ metric, excludeFilterKeys }: any) => { } {!isSingleSeries && canAddSeries && ( - + diff --git a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx index db9d77294..7c2809e39 100644 --- a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx +++ b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx @@ -144,7 +144,6 @@ function WidgetView(props: Props) { {/*
*/} {/* */} {/*
*/} -