mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 22:24:09 +00:00
fix: display page properties area when it's a db based graph
This commit is contained in:
@@ -456,7 +456,11 @@
|
||||
[:div.mb-4
|
||||
(component-block/breadcrumb config repo block-id {:level-limit 3})]))
|
||||
|
||||
(when (and (not block?) (not whiteboard?) (seq (:block/properties page)))
|
||||
(when (and
|
||||
(config/db-based-graph? repo)
|
||||
(not block?)
|
||||
(not whiteboard?)
|
||||
(seq (:block/properties page)))
|
||||
(let [edit-input-id (str "edit-block-" (:block/uuid page) "-schema")]
|
||||
(component-block/db-properties-cp
|
||||
{:editor-box editor/box}
|
||||
|
||||
Reference in New Issue
Block a user