mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 08:18:10 -05:00
NewPanelEdit: minor improvement to angular panels
This commit is contained in:
@@ -88,11 +88,7 @@ export const PanelOptionsTab: FC<Props> = ({
|
||||
}
|
||||
|
||||
if (plugin.angularPanelCtrl) {
|
||||
elements.push(
|
||||
<OptionsGroup title="Display" key="angular plugin editor">
|
||||
<AngularPanelOptions panel={panel} dashboard={dashboard} plugin={plugin} />
|
||||
</OptionsGroup>
|
||||
);
|
||||
elements.push(<AngularPanelOptions panel={panel} dashboard={dashboard} plugin={plugin} />);
|
||||
}
|
||||
|
||||
elements.push(
|
||||
|
||||
Reference in New Issue
Block a user