DatasourceRef: keep uid/type ref when using template variables (#41785)
This commit is contained in:
@@ -124,7 +124,7 @@ class DataSourceWithBackend<
|
||||
throw new Error(`Unknown Datasource: ${JSON.stringify(q.datasource)}`);
|
||||
}
|
||||
|
||||
datasource = getDataSourceRef(ds);
|
||||
datasource = ds.rawRef ?? getDataSourceRef(ds);
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user