Skip to content

Commit

Permalink
fix: toggle fullscreen on the dashboard (apache#14979)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie authored and cccs-RyanS committed Dec 17, 2021
1 parent 3f796d2 commit ea1ff9b
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 ea1ff9b

Please sign in to comment.