From d46da17956f6bc73a935ca690e57938ba598aada Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 6 Oct 2025 16:51:06 +0200 Subject: [PATCH] Feat: Open dashboards in edit mode (#5628) --- .../pages/workspaces/[slug]/dashboards/[id].vue | 13 ++++++++++++- packages/frontend-2/plugins/intercom.client.ts | 6 ++++-- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/packages/frontend-2/pages/workspaces/[slug]/dashboards/[id].vue b/packages/frontend-2/pages/workspaces/[slug]/dashboards/[id].vue index 724efe997..8c4350b02 100644 --- a/packages/frontend-2/pages/workspaces/[slug]/dashboards/[id].vue +++ b/packages/frontend-2/pages/workspaces/[slug]/dashboards/[id].vue @@ -27,6 +27,9 @@
+ + {{ editModeButtonText }} +