fix: more missed renames of :page to :node type

from #11433
This commit is contained in:
Gabriel Horner
2024-08-02 10:33:52 -04:00
parent 0cc30cadbf
commit 0769583183
3 changed files with 4 additions and 4 deletions

View File

@@ -268,7 +268,7 @@
(subs v' 1)
(or (page-ref/get-page-name v') v'))
;; Convert number pages to string
(and (double? v) (= :page (get-in (db-utils/entity k) [:block/schema :type])))
(and (double? v) (= :node (get-in (db-utils/entity k) [:block/schema :type])))
(str v)
:else
v')))