mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: No longer includes default datasource when externally exporting dashboard with row (#32494)
Closes #31065
This commit is contained in:
parent
2def9a8172
commit
230f95dc47
@ -109,7 +109,7 @@ export class DashboardExporter {
|
||||
};
|
||||
|
||||
const processPanel = (panel: PanelModel) => {
|
||||
if (panel.datasource !== undefined) {
|
||||
if (panel.datasource !== undefined && panel.datasource !== null) {
|
||||
templateizeDatasourceUsage(panel);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user