🐛 Add proper schema for decoding :obj on add-obj change

This commit is contained in:
Andrey Antukh 2025-08-14 07:43:45 +02:00
parent 1b16129c45
commit 7afb5abf35

View File

@ -195,7 +195,7 @@
[:map {:title "AddObjChange"}
[:type [:= :add-obj]]
[:id ::sm/uuid]
[:obj :map]
[:obj cts/schema:shape]
[:page-id {:optional true} ::sm/uuid]
[:component-id {:optional true} ::sm/uuid]
[:frame-id ::sm/uuid]