Skip to content

Commit

Permalink
Fix etting error on upgrade recent dashboards
Browse files Browse the repository at this point in the history
  • Loading branch information
copyhold authored Oct 29, 2024
1 parent a0302ad commit 70d0989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/app/core/services/impression_srv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export class ImpressionSrv {
}

private async convertToUIDs() {
return; // LOGZIO GRAFANA CHANGE :: DEV-46987 - disable convert recent visited dashboards to UID
let impressions = this.getImpressions();
const ids = filter(impressions, (el) => isNumber(el));
if (!ids.length) {
Expand Down

0 comments on commit 70d0989

Please sign in to comment.