From 21fde2e991e34c5395084d27517c22f7692e2b27 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Fri, 27 Sep 2024 10:38:24 +0200 Subject: [PATCH] :bug: Fix request dialog is shown in all errors --- frontend/src/app/main/ui/static.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/static.cljs b/frontend/src/app/main/ui/static.cljs index 8f6ea87b2..404e3f29b 100644 --- a/frontend/src/app/main/ui/static.cljs +++ b/frontend/src/app/main/ui/static.cljs @@ -475,6 +475,7 @@ request-access? (and + (= (:type data) :not-found) (or workspace? dashboard? view?) (or (:file-id info) (:team-id info)))]