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]