🐛 Fix problem with comments max length

This commit is contained in:
alonso.torres 2024-09-17 14:13:17 +02:00
parent e65c0d9f48
commit f5f255e2d5
3 changed files with 11 additions and 5 deletions

View file

@ -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]]])