mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 23:36:11 +02: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
Add a link
Reference in a new issue