mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
linked refs
This commit is contained in:
@@ -98,7 +98,6 @@
|
||||
(if-let [db* (and repo (db/get-db repo))]
|
||||
(if (and page (:db/id page))
|
||||
(let [payload (build-page-publish-datoms db* page)]
|
||||
(notification/show! "Publishing page..." :success)
|
||||
(-> (<post-publish! payload)
|
||||
(p/then (fn [_resp]
|
||||
(let [graph-uuid (some-> (ldb/get-graph-rtc-uuid db*) str)
|
||||
|
||||
Reference in New Issue
Block a user