diff --git a/frontend/app/components/Dashboard/components/WidgetForm/WidgetForm.tsx b/frontend/app/components/Dashboard/components/WidgetForm/WidgetForm.tsx index 685da85a5..af9dc296e 100644 --- a/frontend/app/components/Dashboard/components/WidgetForm/WidgetForm.tsx +++ b/frontend/app/components/Dashboard/components/WidgetForm/WidgetForm.tsx @@ -17,12 +17,12 @@ interface Props { const metricIcons = { timeseries: 'graph-up', - table: 'table', + table: 'table', funnel: 'funnel', } function WidgetForm(props: Props) { - + const { history, match: { params: { siteId, dashboardId } } } = props; const { metricStore, dashboardStore } = useStore(); const dashboards = dashboardStore.dashboards; @@ -101,7 +101,7 @@ function WidgetForm(props: Props) {