Fix default for :block/properties-order for #8930

This commit is contained in:
Gabriel Horner
2023-04-03 10:30:49 -04:00
parent 14d91a5f6d
commit 60b2eac6fc

View File

@@ -869,7 +869,7 @@
content (property/remove-empty-properties content)]
{:block/uuid (:block/uuid block)
:block/properties properties
:block/properties-order (or (keys properties) {})
:block/properties-order (or (keys properties) [])
:block/content content})))
(defn- batch-set-block-property!