mirror of
https://github.com/penpot/penpot.git
synced 2025-05-24 23:06:11 +02:00
🐛 Fix broken profile and profile options forms.
This commit is contained in:
parent
f509d9acd0
commit
31165c4ce6
4 changed files with 23 additions and 32 deletions
|
@ -333,7 +333,8 @@
|
|||
{:id id}))
|
||||
|
||||
(s/def ::update-profile
|
||||
(s/keys :req-un [::id ::fullname ::lang ::theme]))
|
||||
(s/keys :req-un [::id ::fullname]
|
||||
:opt-un [::lang ::theme]))
|
||||
|
||||
(sv/defmethod ::update-profile
|
||||
[{:keys [pool] :as cfg} params]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue