🎉 Remember last team visited

This commit is contained in:
Andrés Moya 2021-03-23 13:11:47 +01:00 committed by Andrey Antukh
parent 013fc2fc9c
commit ec217d8201
8 changed files with 30 additions and 14 deletions

View file

@ -23,7 +23,7 @@
(defn- go-to-dashboard
[profile]
(let [team-id (:default-team-id profile)]
(let [team-id (da/current-team-id profile)]
(st/emit! (rt/nav :dashboard-projects {:team-id team-id}))))
(mf/defc not-found