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,