diff --git a/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx b/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx index 06f5f35014..4ed5fd623d 100644 --- a/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx +++ b/superset-frontend/src/dashboard/components/Header/HeaderActionsDropdown/index.jsx @@ -168,7 +168,7 @@ class HeaderActionsDropdown extends React.PureComponent { window.location.pathname, getActiveFilters(), window.location.hash, - getUrlParam(URL_PARAMS.standalone), + !getUrlParam(URL_PARAMS.standalone), ); window.location.replace(url); break;