fixed menu to go to panel view mode

This commit is contained in:
Torkel Ödegaard 2018-11-20 13:18:48 +01:00
parent 3b76d9ee17
commit 5402a0e00d

View File

@ -12,7 +12,7 @@ export const getPanelMenu = (dashboard: DashboardModel, panel: PanelModel) => {
updateLocation({
query: {
panelId: panel.id,
edit: false,
edit: null,
fullscreen: true,
},
partial: true,