🐛 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 f052e31ff0
commit d9623c3c88

View File

@ -196,7 +196,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]