mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
NewPanelEdit: minor improvement to angular panels
This commit is contained in:
parent
8ed29a7bdf
commit
0612293543
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user