0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-06 20:11:29 -05:00

Merge pull request #6171 from penpot/mavalroot-install-plugin-bug

🐛 Fix plugin installation error by penpot hub
This commit is contained in:
Alejandro 2025-03-27 12:12:19 +01:00 committed by GitHub
commit 6519db82d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View file

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

View file

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