mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 13:08:28 +02:00
🎉 Remember last team visited
This commit is contained in:
parent
013fc2fc9c
commit
ec217d8201
8 changed files with 30 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue