mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 17:56:13 +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)
|
(mf/deps project)
|
||||||
(fn [event]
|
(fn [event]
|
||||||
(dom/prevent-default event)
|
(dom/prevent-default event)
|
||||||
(st/emit! (dd/create-file (:id project)))))]
|
(st/emit! (dd/create-file {:project-id (:id project)}))))]
|
||||||
|
|
||||||
|
|
||||||
[:header.dashboard-header
|
[:header.dashboard-header
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue