diff --git a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx index 6d55eb5d2..7cb96634b 100644 --- a/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx +++ b/frontend/app/components/Dashboard/components/WidgetView/WidgetView.tsx @@ -1,6 +1,6 @@ import React, { useState } from 'react'; import { useStore } from 'App/mstore'; -import { Icon, Loader, Link } from 'UI'; +import { Icon, BackLink, Loader } from 'UI'; import WidgetForm from '../WidgetForm'; import WidgetPreview from '../WidgetPreview'; import WidgetSessions from '../WidgetSessions'; @@ -38,17 +38,8 @@ function WidgetView(props: Props) { return useObserver(() => ( -
- -
- Dashboards - / - Metrics - / - {widget.name} -
-
+