fix(ui): wrong format args (#4423)

This commit is contained in:
Andelf
2022-03-02 22:21:04 +08:00
committed by GitHub
parent bc5c983a47
commit cbd18e6fe1

View File

@@ -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?