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

This commit is contained in:
Marcus Efraimsson 2023-11-13 16:49:28 +01:00 committed by GitHub
parent fe8d0e6381
commit 2b146b97b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,