Commit 06122935 by Torkel Ödegaard

NewPanelEdit: minor improvement to angular panels

parent 8ed29a7b
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment