fix: property value in table view doesn't render for new objects

fixes https://github.com/logseq/db-test/issues/675
This commit is contained in:
Tienson Qin
2025-12-24 17:42:44 +08:00
parent 34858d43e5
commit 77c3ddf493

View File

@@ -990,7 +990,7 @@
(rum/defc table-row < rum/reactive db-mixins/query
[table row props option]
(let [block (db/sub-block (:db/id row))
block' (if (= :full (:block.temp/load-status block)) block row)
block' (if (contains? #{:self :full} (:block.temp/load-status block)) block row)
row' (when block'
(-> block'
(update :block/tags (fn [tags]