Skip to content

Commit

Permalink
fix: dashboard full screen layout (#17985)
Browse files Browse the repository at this point in the history
* fix: full screen mode for dashboard

* remove console
  • Loading branch information
pkdotson authored Jan 10, 2022
1 parent df69920 commit c139312
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ class HeaderActionsDropdown extends React.PureComponent {
}
case MENU_KEYS.TOGGLE_FULLSCREEN: {
const url = getDashboardUrl({
dataMask: this.props.dataMask,
pathname: window.location.pathname,
filters: getActiveFilters(),
hash: window.location.hash,
Expand Down

0 comments on commit c139312

Please sign in to comment.