mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Expressions: Fixes dashboard schema migration issue that casued Expression datasource to be set on panel level (#50945)
* Expressions: Fixes dashboard schema migration issue that casued Expression datasource to be set on panel level * fixing logic * Updated
This commit is contained in:
@@ -345,6 +345,7 @@ describe('given dashboard with repeated panels', () => {
|
||||
expect(element.model).toEqual({
|
||||
id: 17,
|
||||
datasource: { type: 'other2', uid: '$ds' },
|
||||
targets: [{ refId: 'A', datasource: { type: 'other2', uid: '$ds' } }],
|
||||
type: 'graph',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user