mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 16:27:26 +02:00
🐛 Fix problem with comments max length
This commit is contained in:
parent
e65c0d9f48
commit
f5f255e2d5
3 changed files with 11 additions and 5 deletions
|
@ -292,7 +292,7 @@
|
|||
[:map {:title "create-comment-thread"}
|
||||
[:file-id ::sm/uuid]
|
||||
[:position ::gpt/point]
|
||||
[:content [:string {:max 250}]]
|
||||
[:content [:string {:max 750}]]
|
||||
[:page-id ::sm/uuid]
|
||||
[:frame-id ::sm/uuid]
|
||||
[:share-id {:optional true} [:maybe ::sm/uuid]]])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue