mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 12:52:56 +02: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)
|
(mf/deps team-id project-id)
|
||||||
#(st/emit! (rt/nav-new-window* {:rname :dashboard-files
|
#(st/emit! (rt/nav-new-window* {:rname :dashboard-files
|
||||||
:path-params {:team-id team-id
|
:path-params {:team-id team-id
|
||||||
:project-id (:project-id project-id)}})))
|
:project-id project-id}})))
|
||||||
|
|
||||||
toggle-history
|
toggle-history
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue