mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix(ui): wrong format args (#4423)
This commit is contained in:
@@ -436,7 +436,7 @@
|
||||
(another-block-with-same-id-exists? uuid block-id)
|
||||
(notification/show!
|
||||
[:p.content
|
||||
(util/format "Block with the id % already exists!" block-id)]
|
||||
(util/format "Block with the id %s already exists!" block-id)]
|
||||
:error)
|
||||
|
||||
force?
|
||||
|
||||
Reference in New Issue
Block a user