fix: page format

experiment/tanstack-table
Tienson Qin 2024-06-13 14:31:17 +08:00
parent 8de948f504
commit 452b79d350
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@
(db/entity last-block-id))))
format (or
(:block/format block)
(db/get-page-format (:db/id block))
(db/get-page-format (:block/name block))
(state/get-preferred-format))
content (if (and (not db-base?) (seq properties))
(property-file/insert-properties-when-file-based repo format content properties)