fix(dashboard): duplicated toast (#15138)

This commit is contained in:
Yaozong Liu 2021-06-17 02:44:37 +08:00 committed by GitHub
parent d578ae9897
commit e689b0d445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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<DashboardBuilderProps> = () => {
</StyledDashboardContent>
</div>
</StyledContent>
<ToastPresenter />
</StyledDiv>
);
};