fix: toggle fullscreen on the dashboard (#14979)
This commit is contained in:
parent
355223d3fe
commit
c8cf4b6bbf
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue