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:
parent
8fa0a039c4
commit
198bc8f9a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue