mirror of
https://github.com/penpot/penpot.git
synced 2025-07-13 13:17:16 +02:00
🐛 Fix project and file creation on empty user.
This commit is contained in:
parent
d578a7c96a
commit
43d60e238a
2 changed files with 4 additions and 2 deletions
|
@ -197,7 +197,7 @@
|
|||
|
||||
[:div.projects-row
|
||||
[:span "PROJECTS"]
|
||||
[:a.add-project #_{:on-click #(st/emit! di/create-collection)}
|
||||
[:a.add-project {:on-click #(st/emit! udp/create-project)}
|
||||
i/close]]
|
||||
|
||||
(for [item projects]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue