mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user