mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
fix: toggle fullscreen on the dashboard (#14979)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user