diff --git a/public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx b/public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx index 60acdd0011a..1043482850b 100644 --- a/public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx +++ b/public/app/features/alerting/unified/components/rule-editor/QueryRows.tsx @@ -181,7 +181,7 @@ export class QueryRows extends PureComponent { query={query} onChangeQuery={this.onChangeQuery} onRemoveQuery={this.onRemoveQuery} - queries={queries} + queries={[...queries, ...expressions]} onChangeDataSource={this.onChangeDataSource} onDuplicateQuery={this.props.onDuplicateQuery} onChangeTimeRange={this.onChangeTimeRange}