diff --git a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx index 210610f3e6a..d274befccb8 100644 --- a/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx +++ b/public/app/features/dashboard/components/PanelEditor/OptionsPaneCategoryDescriptor.tsx @@ -61,7 +61,7 @@ export class OptionsPaneCategoryDescriptor { if (this.props.title === '') { return ( - + {this.items.map((item) => item.render(searchQuery))} );