mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
Merge branch 'master' into enhance/i18n
This commit is contained in:
@@ -160,8 +160,8 @@
|
||||
(config-handler/set-config! :feature/enable-journals? true)
|
||||
(notification/show! (t :settings.features/journals-enabled) :success)))
|
||||
(-> (p/let [res (ui-outliner-tx/transact!
|
||||
{:outliner-op :delete-page}
|
||||
(outliner-op/delete-page! page-uuid))]
|
||||
{:outliner-op :delete-page}
|
||||
(outliner-op/delete-page! page-uuid))]
|
||||
(if res
|
||||
(when ok-handler (ok-handler))
|
||||
(when error-handler (error-handler))))
|
||||
|
||||
Reference in New Issue
Block a user