Add missing config to dashboard content

That's what caused us to include flogo.
This commit is contained in:
Eli Ribble 2026-03-05 19:40:09 +00:00
parent e33bce7436
commit 7e390bd31d
No known key found for this signature in database

View file

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