mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix bad initial state on profile settings
This commit is contained in:
parent
2af1feafb6
commit
8cb42a63e5
@ -41,7 +41,7 @@
|
||||
(update :lang #(or % ""))
|
||||
(update :theme #(if (= % "default")
|
||||
"dark"
|
||||
%))))
|
||||
(or % "dark")))))
|
||||
|
||||
form (fm/use-form :schema schema:options-form
|
||||
:initial initial)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user