From 7e390bd31d9e836888553d13f8a3d20ec82421c4 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 5 Mar 2026 19:40:09 +0000 Subject: [PATCH] Add missing config to dashboard content That's what caused us to include flogo. --- sync/dash.go | 1 + 1 file changed, 1 insertion(+) 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,