fix: all pages table in file graphs showing a self reference in header

file graphs shouldn't be showing view types
This commit is contained in:
Gabriel Horner
2025-03-10 11:45:30 -04:00
committed by Tienson Qin
parent b5746364c5
commit 8b26febb33

View File

@@ -1419,8 +1419,9 @@
(search input {:on-change set-input!
:set-input! set-input!})
[:div.text-muted-foreground.text-sm
(pv/property-value view-entity (db/entity :logseq.property.view/type) {})]
(when db-based?
[:div.text-muted-foreground.text-sm
(pv/property-value view-entity (db/entity :logseq.property.view/type) {})])
(when db-based? (more-actions view-entity columns table))