From c139312bb3cc849bfd26141d719612306fe46156 Mon Sep 17 00:00:00 2001 From: Phillip Kelley-Dotson Date: Mon, 10 Jan 2022 14:58:39 -0800 Subject: [PATCH] fix: dashboard full screen layout (#17985) * fix: full screen mode for dashboard * remove console --- .../dashboard/components/Header/HeaderActionsDropdown/index.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx b/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx index 77dd5211c75b6..a7cb30218de39 100644 --- a/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx +++ b/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx @@ -174,7 +174,6 @@ class HeaderActionsDropdown extends React.PureComponent { } case MENU_KEYS.TOGGLE_FULLSCREEN: { const url = getDashboardUrl({ - dataMask: this.props.dataMask, pathname: window.location.pathname, filters: getActiveFilters(), hash: window.location.hash,