diff --git a/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx b/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx index 00a0d019ca6..9a45c9bcc1d 100644 --- a/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx +++ b/public/app/features/dashboard/panel_editor/QueryEditorRows.tsx @@ -108,6 +108,7 @@ export class QueryEditorRows extends PureComponent { inMixedMode={props.datasource.meta.mixed} /> ))} + {provided.placeholder} ); }}