diff --git a/src/app/services/panelSrv.js b/src/app/services/panelSrv.js index cae4f14ff98..3c362818f2d 100644 --- a/src/app/services/panelSrv.js +++ b/src/app/services/panelSrv.js @@ -104,7 +104,7 @@ function (angular, _) { // Post init phase $scope.fullscreen = false; - $scope.editor = { index: 3 }; + $scope.editor = { index: 1 }; if ($scope.panelMeta.fullEditorTabs) { $scope.editorTabs = _.pluck($scope.panelMeta.fullEditorTabs, 'title'); }