mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 23:29:03 +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 :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