mirror of https://github.com/grafana/grafana.git
Plugins: Remove usage of deprecated folder id (#78061)
This commit is contained in:
parent
fe8d0e6381
commit
2b146b97b4
|
|
@ -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…
Reference in New Issue