mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
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:
committed by
Tienson Qin
parent
b5746364c5
commit
8b26febb33
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user