0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

🐛 Fix request dialog is shown in all errors

This commit is contained in:
Pablo Alba 2024-09-27 10:38:24 +02:00
parent d7eb86c86d
commit 21fde2e991

View file

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