mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
Merge pull request #6694 from penpot/niwinz-staging-fix-profile-lang
🐛 Fix bad initial state on profile settings
This commit is contained in:
commit
4f09005586
@ -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