0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 18:18:24 -05:00

Merge pull request #5126 from penpot/palba-fix-show-request-on-all-errors

🐛 Fix request dialog is shown in all errors
This commit is contained in:
Alejandro 2024-09-30 06:19:58 +02:00 committed by GitHub
commit dd0721e91e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -475,6 +475,7 @@
request-access?
(and
(= (:type data) :not-found)
(or workspace? dashboard? view?)
(or (:file-id info)
(:team-id info)))]