NewPanelEdit: minor improvement to angular panels

This commit is contained in:
Torkel Ödegaard 2020-04-08 07:47:15 +02:00
parent 8ed29a7bdf
commit 0612293543

View File

@ -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(