mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboards: Set uid to empty if not found (#97013)
This commit is contained in:
parent
768000febd
commit
91d7517146
@ -98,7 +98,7 @@ export class DashboardLoaderSrv {
|
||||
})
|
||||
.catch(() => {
|
||||
const dash = this._dashboardLoadFailed('Not found', true);
|
||||
dash.dashboard.uid = uid;
|
||||
dash.dashboard.uid = '';
|
||||
return dash;
|
||||
});
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user