Bugfixes towards blogpost 4

This commit is contained in:
frikky
2020-06-23 20:04:00 +02:00
parent d4cbccd47e
commit 0d17de238b
10 changed files with 86 additions and 47 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ const Admin = (props) => {
}),
)
.catch(error => {
alert.error("Err: ", error.toString())
alert.error("Err: "+error.toString())
});
}