mirror of
https://github.com/penpot/penpot.git
synced 2026-05-12 19:43:48 +00:00
Merge pull request #4481 from jordisala1991/hotfix/page-options
🐛 Apply parse-data for addPage options
This commit is contained in:
commit
d907812513
@ -144,7 +144,7 @@
|
||||
(str (:current-page-id file)))
|
||||
|
||||
(addPage [_ name options]
|
||||
(set! file (fb/add-page file {:name name :options options}))
|
||||
(set! file (fb/add-page file {:name name :options (parse-data options)}))
|
||||
(str (:current-page-id file)))
|
||||
|
||||
(closePage [_]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user