mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix project navigation from workspace
This commit is contained in:
parent
4d094961b7
commit
038d327b50
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@
|
|||
(mf/deps team-id project-id)
|
||||
#(st/emit! (rt/nav-new-window* {:rname :dashboard-files
|
||||
:path-params {:team-id team-id
|
||||
:project-id (:project-id project-id)}})))
|
||||
:project-id project-id}})))
|
||||
|
||||
toggle-history
|
||||
(mf/use-fn
|
||||
|
|
Loading…
Reference in a new issue