diff --git a/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx b/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx index 2e25852c090..58a15ac5790 100644 --- a/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx +++ b/public/app/features/dashboard/components/PanelEditor/PanelEditor.tsx @@ -127,6 +127,7 @@ export class PanelEditorUnconnected extends PureComponent { locationService.partial({ editPanel: null, tab: null, + showCategory: null, }); }; @@ -421,7 +422,7 @@ export class PanelEditorUnconnected extends PureComponent { } onGoBackToDashboard = () => { - locationService.partial({ editPanel: null, tab: null }); + locationService.partial({ editPanel: null, tab: null, showCategory: null }); }; onConfirmAndDismissLibarayPanelModel = () => {