Merge branch 'master' into fix-wrong-logbook-creation

This commit is contained in:
Gabriel Horner
2022-03-02 09:48:26 -05:00
committed by GitHub
3 changed files with 69 additions and 176 deletions

View File

@@ -437,7 +437,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?