fix: toggle fullscreen on the dashboard (#14979)

This commit is contained in:
Yongjie Zhao
2021-06-04 15:24:57 +01:00
committed by GitHub
parent 355223d3fe
commit c8cf4b6bbf

View File

@@ -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;