mirror of
https://github.com/penpot/penpot.git
synced 2025-07-14 04:37:18 +02:00
🐛 Fix bad initial state on profile settings
This commit is contained in:
parent
2af1feafb6
commit
8cb42a63e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue