Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
copyhold committed Jun 16, 2024
1 parent c10e5f7 commit 6f6abaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/grafana-runtime/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ export class GrafanaBootConfig implements GrafanaConfig {
// LOGZ.IO GRAFANA CHANGE :: Add logzio presets to grafana config
if (Object.keys(logzioConfigs).length > 0) {
merge(this, defaults, options, logzioConfigs);
} else {
merge(this, defaults, options);
}
// LOGZ.IO GRAFANA CHANGE :: end

Expand Down

0 comments on commit 6f6abaf

Please sign in to comment.