mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
Merge remote-tracking branch 'upstream/master' into whiteboards
This commit is contained in:
@@ -134,9 +134,11 @@
|
||||
{:before #(notification/show!
|
||||
(ui/loading (t :graph/save))
|
||||
:warning)
|
||||
:on-success #(notification/show!
|
||||
(ui/loading (t :graph/save-success))
|
||||
:warning)
|
||||
:on-success #(do
|
||||
(notification/clear-all!)
|
||||
(notification/show!
|
||||
(t :graph/save-success)
|
||||
:success))
|
||||
:on-error #(notification/show!
|
||||
(t :graph/save-error)
|
||||
:error)}))
|
||||
|
||||
Reference in New Issue
Block a user