diff --git a/frontend/src/app/main/data/dashboard.cljs b/frontend/src/app/main/data/dashboard.cljs index 795c112e6..e4530c9f9 100644 --- a/frontend/src/app/main/data/dashboard.cljs +++ b/frontend/src/app/main/data/dashboard.cljs @@ -1118,6 +1118,9 @@ (rx/of (rt/nav :dashboard-projects {:team-id team-id})))))) ([team-id] (ptk/reify ::go-to-projects-1 + ptk/UpdateEvent + (update [_ state] + (assoc state :current-team-id team-id)) ptk/WatchEvent (watch [_ _ _] (rx/of (rt/nav :dashboard-projects {:team-id team-id}))))))