add panel to list now copy, started on jest

This commit is contained in:
Patrick O'Carroll 2018-03-07 12:46:27 +01:00
parent 07c3fb7e0f
commit 8d4c439eeb
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,4 @@
import React from 'react';
import { AddPanelPanel } from './AddPanelPanel';
describe('AddPanelPanel', () => {});

View File

@ -193,7 +193,7 @@ export class PanelCtrl {
});
menu.push({
text: 'Add to Panel List',
text: 'Copy',
click: 'ctrl.addToPanelList()',
role: 'Editor',
});