mirror of
https://github.com/penpot/penpot.git
synced 2026-09-08 04:59:25 +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 :lang #(or % ""))
|
||||||
(update :theme #(if (= % "default")
|
(update :theme #(if (= % "default")
|
||||||
"dark"
|
"dark"
|
||||||
%))))
|
(or % "dark")))))
|
||||||
|
|
||||||
form (fm/use-form :schema schema:options-form
|
form (fm/use-form :schema schema:options-form
|
||||||
:initial initial)]
|
:initial initial)]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user