mirror of
https://github.com/penpot/penpot.git
synced 2025-03-19 03:01:27 -05:00
Fix project creation.
This commit is contained in:
parent
eae616b823
commit
cba8e6341d
1 changed files with 3 additions and 3 deletions
|
@ -96,9 +96,9 @@
|
|||
(letfn [(on-success [{project :payload}]
|
||||
(rx/of
|
||||
(project-created project)
|
||||
(udp/create-page {:width width
|
||||
:height height
|
||||
:layout layout
|
||||
(udp/create-page {:metadata {:width width
|
||||
:height height
|
||||
:layout layout}
|
||||
:project (:id project)
|
||||
:name "Page 1"
|
||||
:data nil})))]
|
||||
|
|
Loading…
Add table
Reference in a new issue