Expressions: Restore showing expression query editor even if main data source is not mixed (#29656)
This commit is contained in:
@@ -90,7 +90,7 @@ export class QueryEditorRow extends PureComponent<Props, State> {
|
||||
|
||||
getQueryDataSourceIdentifier(): string | null | undefined {
|
||||
const { query, dsSettings } = this.props;
|
||||
return dsSettings.meta.mixed ? query.datasource : dsSettings.uid;
|
||||
return query.datasource ?? dsSettings.uid;
|
||||
}
|
||||
|
||||
async loadDatasource() {
|
||||
|
||||
Reference in New Issue
Block a user