Explorar o código

fix: remove unused code

Marcus Efraimsson %!s(int64=8) %!d(string=hai) anos
pai
achega
281e519fab
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      public/app/features/panel/panel_ctrl.ts

+ 0 - 1
public/app/features/panel/panel_ctrl.ts

@@ -271,7 +271,6 @@ export class PanelCtrl {
     let editScope = this.$scope.$root.$new();
     editScope.object = this.panel.getSaveModel();
     editScope.updateHandler = this.replacePanel.bind(this);
-    editScope.enableCopy = true;
 
     this.publishAppEvent('show-modal', {
       src: 'public/app/partials/edit_json.html',