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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;