mirror of
https://github.com/penpot/penpot.git
synced 2025-05-30 01:56:10 +02:00
🐛 Increase feedback limits to reasonable values
This commit is contained in:
parent
bd6f1bef10
commit
b7a0b7d629
2 changed files with 3 additions and 2 deletions
|
@ -21,8 +21,8 @@
|
|||
|
||||
(def ^:private schema:send-user-feedback
|
||||
[:map {:title "send-user-feedback"}
|
||||
[:subject [:string {:max 250}]]
|
||||
[:content [:string {:max 250}]]])
|
||||
[:subject [:string {:max 400}]]
|
||||
[:content [:string {:max 2500}]]])
|
||||
|
||||
(sv/defmethod ::send-user-feedback
|
||||
{::doc/added "1.18"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue