From e689b0d4456eef68a6029944aaf36989ba0052d6 Mon Sep 17 00:00:00 2001 From: Yaozong Liu <750188453@qq.com> Date: Thu, 17 Jun 2021 02:44:37 +0800 Subject: [PATCH] fix(dashboard): duplicated toast (#15138) --- .../dashboard/components/DashboardBuilder/DashboardBuilder.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx index 52d627632b..2fdb6d2504 100644 --- a/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx +++ b/superset-frontend/src/dashboard/components/DashboardBuilder/DashboardBuilder.tsx @@ -26,7 +26,6 @@ import DashboardHeader from 'src/dashboard/containers/DashboardHeader'; import IconButton from 'src/dashboard/components/IconButton'; import DragDroppable from 'src/dashboard/components/dnd/DragDroppable'; import DashboardComponent from 'src/dashboard/containers/DashboardComponent'; -import ToastPresenter from 'src/messageToasts/containers/ToastPresenter'; import WithPopoverMenu from 'src/dashboard/components/menu/WithPopoverMenu'; import getDirectPathToTabIndex from 'src/dashboard/util/getDirectPathToTabIndex'; import { URL_PARAMS } from 'src/constants'; @@ -284,7 +283,6 @@ const DashboardBuilder: FC = () => { - ); };