Skip to content

Commit 9804728

Browse files
committed
fix: failed to convert page to tag
fixes logseq/db-test#805
1 parent ea3a732 commit 9804728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/frontend/handler/db_based/page.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
:else
5555
;; FIXME: should move to worker
5656
(let [txs [(db-class/build-new-class (db/get-db)
57-
{:block/uuid [:block/uuid (:block/uuid page-entity)]
57+
{:block/uuid (:block/uuid page-entity)
5858
:block/title (:block/title page-entity)
5959
:block/created-at (:block/created-at page-entity)})
6060
[:db/retract (:db/id page-entity) :block/tags :logseq.class/Page]]]

0 commit comments

Comments
 (0)