fix: sorting :node columns like :block/tags

pull/11452/head
Gabriel Horner 2024-08-01 14:08:37 -04:00
parent 0c4f6b22eb
commit d3e934d338
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@
[block property]
(let [type (get-in property [:block/schema :type])
many? (= :db.cardinality/many (get property :db/cardinality))
ref-types (into db-property-type/value-ref-property-types #{:entity})
ref-types (into db-property-type/ref-property-types #{:entity})
number-type? (= :number type)
v (get block (:db/ident property))
v' (if many? v [v])