mirror of
https://github.com/penpot/penpot.git
synced 2026-03-06 02:01:09 +00:00
🐛 Fixed create file in project page.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
(mf/deps project)
|
||||
(fn [event]
|
||||
(dom/prevent-default event)
|
||||
(st/emit! (dd/create-file (:id project)))))]
|
||||
(st/emit! (dd/create-file {:project-id (:id project)}))))]
|
||||
|
||||
|
||||
[:header.dashboard-header
|
||||
|
||||
Reference in New Issue
Block a user