Plugins: Remove usage of deprecated folder id (#78061)

pull/78073/head
Marcus Efraimsson 2 years ago committed by GitHub
parent fe8d0e6381
commit 2b146b97b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      pkg/services/plugindashboards/service/dashboard_updater.go

@ -177,7 +177,6 @@ func (du *DashboardUpdater) autoUpdateAppDashboard(ctx context.Context, pluginDa
{Action: dashboards.ActionDashboardsWrite, Scope: dashboards.ScopeFoldersAll},
}),
Path: pluginDashInfo.Reference,
FolderId: 0, // nolint:staticcheck
Dashboard: resp.Dashboard.Data,
Overwrite: true,
Inputs: nil,

Loading…
Cancel
Save