mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixed menu to go to panel view mode
This commit is contained in:
parent
3b76d9ee17
commit
5402a0e00d
@ -12,7 +12,7 @@ export const getPanelMenu = (dashboard: DashboardModel, panel: PanelModel) => {
|
|||||||
updateLocation({
|
updateLocation({
|
||||||
query: {
|
query: {
|
||||||
panelId: panel.id,
|
panelId: panel.id,
|
||||||
edit: false,
|
edit: null,
|
||||||
fullscreen: true,
|
fullscreen: true,
|
||||||
},
|
},
|
||||||
partial: true,
|
partial: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user