mirror of
https://github.com/penpot/penpot.git
synced 2025-04-11 22:41:23 -05:00
Fix projects creation lightbox.
This commit is contained in:
parent
c4e8a881c1
commit
54ee339a48
1 changed files with 4 additions and 4 deletions
|
@ -230,10 +230,10 @@
|
|||
[local]
|
||||
(html
|
||||
[:div.input-radio.radio-primary
|
||||
(layout-input local :mobile)
|
||||
(layout-input local :tablet)
|
||||
(layout-input local :notebook)
|
||||
(layout-input local :desktop)]))
|
||||
(layout-input local "mobile")
|
||||
(layout-input local "tablet")
|
||||
(layout-input local "notebook")
|
||||
(layout-input local "desktop")]))
|
||||
|
||||
(defn- new-project-lightbox-render
|
||||
[own]
|
||||
|
|
Loading…
Add table
Reference in a new issue