|
@@ -197,7 +197,6 @@ export class AddPanelPanel extends React.Component<AddPanelPanelProps, AddPanelP
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
let panelTab;
|
|
let panelTab;
|
|
|
- console.log('panel plugins', config.panels);
|
|
|
|
|
|
|
|
|
|
if (this.state.tab === 'Add') {
|
|
if (this.state.tab === 'Add') {
|
|
|
panelTab = this.state.panelPlugins.map(this.renderPanelItem);
|
|
panelTab = this.state.panelPlugins.map(this.renderPanelItem);
|