fixed menu to go to panel view mode
This commit is contained in:
@@ -12,7 +12,7 @@ export const getPanelMenu = (dashboard: DashboardModel, panel: PanelModel) => {
|
||||
updateLocation({
|
||||
query: {
|
||||
panelId: panel.id,
|
||||
edit: false,
|
||||
edit: null,
|
||||
fullscreen: true,
|
||||
},
|
||||
partial: true,
|
||||
|
||||
Reference in New Issue
Block a user