0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-19 19:21:23 -05:00

🐛 Fixed create file in project page.

This commit is contained in:
alonso.torres 2020-10-27 11:57:35 +01:00 committed by Hirunatan
parent 8fa0a039c4
commit 198bc8f9a1

View file

@ -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