Browse Source

fix: class properties schema

Gabriel Horner 1 year ago
parent
commit
527dae34dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/db/src/logseq/db/frontend/malli_schema.cljs

+ 1 - 1
deps/db/src/logseq/db/frontend/malli_schema.cljs

@@ -170,7 +170,7 @@
      [:block/schema
       {:optional true}
       [:map
-       [:properties {:optional true} [:vector :uuid]]]]]
+       [:properties {:optional true} [:vector property-ident]]]]]
     class-attrs
     page-attrs
     page-or-block-attrs)))