diff --git a/sync/dash.go b/sync/dash.go index d0915c6b..32cee0bf 100644 --- a/sync/dash.go +++ b/sync/dash.go @@ -262,6 +262,7 @@ func dashboard(ctx context.Context, w http.ResponseWriter, org *models.Organizat } html.RenderOrError(w, "sync/dashboard.html", contentAuthenticated[contentDashboard]{ C: content, + Config: html.NewContentConfig(), Organization: org, URL: html.NewContentURL(), User: userContent,