mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Fixes error when switching from prometheus to loki data sources (#18599)
Closes #18594 Closes #18596
This commit is contained in:
@@ -115,7 +115,7 @@ export class QueryField extends React.PureComponent<QueryFieldProps, QueryFieldS
|
||||
if (initialQuery !== prevProps.initialQuery) {
|
||||
// and we have a version that differs
|
||||
if (initialQuery !== Plain.serialize(value)) {
|
||||
this.setState({ value: makeValue(initialQuery, syntax) });
|
||||
this.setState({ value: makeValue(initialQuery || '', syntax) });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user