From 0a60cbedb5d85f2ac4cca7672fe3df03b0ff8140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Valderrama?= Date: Thu, 27 Mar 2025 11:11:07 +0100 Subject: [PATCH] :bug: Fix plugin installation error by penpot hub --- CHANGES.md | 1 + frontend/src/app/main/ui/dashboard.cljs | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index e6d90d810..70c030d92 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,7 @@ methods (add missing team-id prop) - Fix problem with viewer role and inspect mode [Taiga #9751](https://tree.taiga.io/project/penpot/issue/9751) - Fix error when clicking on a comment at the viewer's sidebar [Taiga #10465](https://tree.taiga.io/project/penpot/issue/10465) +- Internal error when install a plugin by penpothub - Try plugin [Taiga #10542](https://tree.taiga.io/project/penpot/issue/10542) ## 2.5.3 diff --git a/frontend/src/app/main/ui/dashboard.cljs b/frontend/src/app/main/ui/dashboard.cljs index 9dbe96ae0..438597de7 100644 --- a/frontend/src/app/main/ui/dashboard.cljs +++ b/frontend/src/app/main/ui/dashboard.cljs @@ -157,7 +157,8 @@ (rt/nav :workspace {:page-id (dm/get-in data [:pages 0]) :project-id project-id - :file-id id}))) + :file-id id + :team-id team-id}))) create-file! (fn [plugin]