From c8cf4b6bbfb3709590f0fcf0d18fc91418e8b03f Mon Sep 17 00:00:00 2001 From: Yongjie Zhao Date: Fri, 4 Jun 2021 15:24:57 +0100 Subject: [PATCH] fix: toggle fullscreen on the dashboard (#14979) --- .../dashboard/components/Header/HeaderActionsDropdown/index.jsx | 2 +- 1 file changed, 1 insertion(+), 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 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;