mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 21:36:10 +02:00
🐛 Fix user language validator
This commit is contained in:
parent
fcf9444b1d
commit
8eddcd64f1
2 changed files with 7 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
(sm/define
|
||||
[:map {:title "update-profile"}
|
||||
[:fullname [::sm/word-string {:max 250}]]
|
||||
[:lang {:optional true} [:string {:max 5}]]
|
||||
[:lang {:optional true} [:string {:max 8}]]
|
||||
[:theme {:optional true} [:string {:max 250}]]]))
|
||||
|
||||
(sv/defmethod ::update-profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue