Commit 5402a0e0 by Torkel Ödegaard

fixed menu to go to panel view mode

parent 3b76d9ee
......@@ -12,7 +12,7 @@ export const getPanelMenu = (dashboard: DashboardModel, panel: PanelModel) => {
updateLocation({
query: {
panelId: panel.id,
edit: false,
edit: null,
fullscreen: true,
},
partial: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment