Skip to content

Commit

Permalink
Add a space
Browse files Browse the repository at this point in the history
  • Loading branch information
YukaUU committed Jun 10, 2024
1 parent 70b28be commit 25f96ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/viewer/uicallbacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -2198,7 +2198,7 @@ function savePresetLabel() {
$CAMIC.store
.addMark(annotJson)
.then((data) => {
// server error
// server error
if (data.error) {
$UI.message.addError(`${data.text}:${data.url}`);
Loading.close();
Expand Down

0 comments on commit 25f96ca

Please sign in to comment.