mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
run prettier
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
(and (not journal?)
|
||||
(util/create-title-property? page-name)))
|
||||
|
||||
(defn- build-page-tx [format properties page journal?]
|
||||
(defn- build-page-tx [format properties page journal? whiteboard?]
|
||||
(when (:block/uuid page)
|
||||
(let [page-entity [:block/uuid (:block/uuid page)]
|
||||
create-title? (create-title-property? journal?
|
||||
@@ -123,7 +123,7 @@
|
||||
:uuid - when set, use this uuid instead of generating a new one."
|
||||
([title]
|
||||
(create! title {}))
|
||||
([title {:keys [redirect? create-first-block? format properties split-namespace? journal? uuid]
|
||||
([title {:keys [redirect? create-first-block? format properties split-namespace? journal? whiteboard? uuid]
|
||||
:or {redirect? true
|
||||
create-first-block? true
|
||||
format nil
|
||||
|
||||
Reference in New Issue
Block a user