From 3cfd1e1a48729745a667e1c1d5dbb4add4a16754 Mon Sep 17 00:00:00 2001 From: Alonso Torres Date: Thu, 21 May 2026 11:34:45 +0200 Subject: [PATCH] :bug: Fix problem with request file access --- frontend/src/app/main/ui/static.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/static.cljs b/frontend/src/app/main/ui/static.cljs index 49dfd92f20..1b4b0e16b0 100644 --- a/frontend/src/app/main/ui/static.cljs +++ b/frontend/src/app/main/ui/static.cljs @@ -229,8 +229,7 @@ (mf/deps profile) (fn [] (let [team-id (:default-team-id profile)] - (st/emit! (rt/assign-exception nil) - (dcm/go-to-dashboard-recent :team-id team-id))))) + (st/emit! (dcm/go-to-dashboard-recent :team-id team-id))))) on-success (mf/use-fn