Skip to content

Commit

Permalink
fix: toggle fullscreen on the dashboard (#14979)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie authored Jun 4, 2021
1 parent 355223d commit c8cf4b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c8cf4b6

Please sign in to comment.