We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3a732 commit 9804728Copy full SHA for 9804728
1 file changed
src/main/frontend/handler/db_based/page.cljs
@@ -54,7 +54,7 @@
54
:else
55
;; FIXME: should move to worker
56
(let [txs [(db-class/build-new-class (db/get-db)
57
- {:block/uuid [:block/uuid (:block/uuid page-entity)]
+ {:block/uuid (:block/uuid page-entity)
58
:block/title (:block/title page-entity)
59
:block/created-at (:block/created-at page-entity)})
60
[:db/retract (:db/id page-entity) :block/tags :logseq.class/Page]]]
0 commit comments